Steven Silvester 8 rokov pred
rodič
commit
90b3f6465f
1 zmenil súbory, kde vykonal 1 pridanie a 5 odobranie
  1. 1 5
      packages/editorwidget/src/widget.ts

+ 1 - 5
packages/editorwidget/src/widget.ts

@@ -10,13 +10,9 @@ import {
 } from '@jupyterlab/docregistry';
 
 import {
-  CodeEditor, IEditorServices, IEditorMimeTypeService
+  CodeEditor, IEditorServices, IEditorMimeTypeService, CodeEditorWidget
 } from '@jupyterlab/codeeditor';
 
-import {
-  CodeEditorWidget
-} from '@jupyterlab/codeeditor/widget';
-
 
 /**
  * The class name added to a dirty widget.