瀏覽代碼

Fix compile error with obsolete import

Jason Grout 6 年之前
父節點
當前提交
0950df4cb6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';