瀏覽代碼

Finish codeditor

Steven Silvester 8 年之前
父節點
當前提交
cebb77bcfe
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      packages/codeeditor/src/jsoneditor.ts

+ 3 - 4
packages/codeeditor/src/jsoneditor.ts

@@ -17,14 +17,13 @@ import {
   h, VirtualDOM
 } from '@phosphor/virtualdom';
 
-import {
-  CodeEditor
-} from '@jupyterlab/codeeditor';
-
 import {
   IObservableJSON
 } from '@jupyterlab/coreutils';
 
+import {
+  CodeEditor
+} from '.';
 
 /**
  * The class name added to a JSONEditorWidget instance.