зеркало из https://github.com/microsoft/gather.git
fix bad import
This commit is contained in:
Родитель
87981a8f08
Коммит
0e87e60105
|
@ -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';
|
||||
|
|
Загрузка…
Ссылка в новой задаче