diff --git a/src/Explorer/Notebook/NotebookRenderer/NotebookRenderer.tsx b/src/Explorer/Notebook/NotebookRenderer/NotebookRenderer.tsx index f7952452d..aa5e87be8 100644 --- a/src/Explorer/Notebook/NotebookRenderer/NotebookRenderer.tsx +++ b/src/Explorer/Notebook/NotebookRenderer/NotebookRenderer.tsx @@ -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;