From 5be6f982f996ef15a7edc84a01a801f6852a0d72 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Thu, 13 Aug 2020 16:35:26 +0200 Subject: [PATCH] Resolve merge conflict --- src/Explorer/Notebook/NotebookRenderer/NotebookRenderer.tsx | 3 --- 1 file changed, 3 deletions(-) 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;