浏览代码

fix editorwidget

Steven Silvester 8 年之前
父节点
当前提交
90b3f6465f
共有 1 个文件被更改,包括 1 次插入5 次删除
  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.