Resolve merge conflict

This commit is contained in:
Laurent Nguyen
2020-08-13 16:35:26 +02:00
parent 4fc9393b76
commit 5be6f982f9

View File

@@ -30,11 +30,8 @@ import { CellType } from "@nteract/commutable/src";
import "./NotebookRenderer.less";
import HoverableCell from "./decorators/HoverableCell";
import CellLabeler from "./decorators/CellLabeler";
<<<<<<< HEAD
import MonacoEditor from "../MonacoEditor/MonacoEditor";
=======
import * as cdbActions from "../NotebookComponent/actions";
>>>>>>> master
export interface NotebookRendererBaseProps {
contentRef: any;