Selaa lähdekoodia

Fix compile error with obsolete import

Jason Grout 6 vuotta sitten
vanhempi
commit
0950df4cb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/notebook/src/index.ts

+ 1 - 1
packages/notebook/src/index.ts

@@ -4,7 +4,7 @@
 import '../style/index.css';
 
 export * from './actions';
-export * from './celltools';
+export * from './notebooktools';
 export * from './default-toolbar';
 export * from './model';
 export * from './modelfactory';