fix: editor cannot directly import (#995)

This commit is contained in:
Himself65
2023-02-14 10:43:26 -06:00
committed by GitHub
parent 8dac464b61
commit 2196379798
3 changed files with 7 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
export * from './components/BlockSuiteEditor';
// export * from './components/BlockSuiteEditor';
export * from './ui/breadcrumbs';
export * from './ui/button';
export * from './ui/confirm';