This commit is contained in:
rdeline 2018-10-08 15:04:42 -07:00
Родитель 87981a8f08
Коммит 0e87e60105
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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';