Browse Source

Finish codeditor

Steven Silvester 8 years ago
parent
commit
cebb77bcfe
1 changed files with 3 additions and 4 deletions
  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.