Browse Source

Only load the loader file

Steven Silvester 8 years ago
parent
commit
13950d0e18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/src/loader.ts

+ 1 - 1
jupyterlab/src/loader.ts

@@ -3,7 +3,7 @@
 
 
 import {
 import {
   ModuleLoader
   ModuleLoader
-} from '../../lib/application';
+} from '../../lib/application/loader';
 
 
 
 
 /**
 /**