From 0e87e60105ec343dc40f2523e9680036d45e3781 Mon Sep 17 00:00:00 2001 From: rdeline Date: Mon, 8 Oct 2018 15:04:42 -0700 Subject: [PATCH] fix bad import --- src/lab/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lab/index.ts b/src/lab/index.ts index 61fc550..648c9a7 100644 --- a/src/lab/index.ts +++ b/src/lab/index.ts @@ -18,7 +18,7 @@ import { HistoryViewer, buildHistoryModel } from '../packages/history'; import { OldCellProgram, DataflowDirection, LocationSet } from '../slicing/Slice'; import { JSONObject } from '@phosphor/coreutils'; -import { LabCell, copyICodeCellModel } from './LabCell'; +import { LabCell, copyICodeCellModel } from './labcell'; import { GatherWidget } from '../packages/contextmenu/widget'; import { ExecutionLogSlicer } from '../slicing/ExecutionSlicer'; import { CodeEditor } from '@jupyterlab/codeeditor';