Browse Source

Update import

Steven Silvester 9 years ago
parent
commit
e0e909c061
1 changed files with 4 additions and 4 deletions
  1. 4 4
      examples/docmanager/src/index.ts

+ 4 - 4
examples/docmanager/src/index.ts

@@ -10,14 +10,14 @@ import {
   KeymapManager
 } from 'phosphor-keymap';
 
-import {
-  FileHandler, DocumentManager
-} from 'jupyter-js-docmanager';
-
 import {
   ContentsManager
 } from 'jupyter-js-services';
 
+import {
+  FileHandler, DocumentManager
+} from 'jupyter-js-ui/lib/docmanager';
+
 import {
   getBaseUrl
 } from 'jupyter-js-utils';