fix: build error

This commit is contained in:
alt0
2022-12-21 10:09:42 +08:00
parent 29292b2f41
commit 7b945f0cef
2 changed files with 1 additions and 5 deletions
@@ -55,7 +55,7 @@ const PopoverContent = () => {
<MenuItem
icon={mode === 'page' ? <EdgelessIcon /> : <PaperIcon />}
onClick={() => {
changePageMode(id);
changePageMode(id, mode === 'page' ? 'edgeless' : 'page');
}}
>
Convert to {mode === 'page' ? 'Edgeless' : 'Page'}
@@ -1,4 +0,0 @@
// export * from './editor-provider';
// export * from './example-markdown';
// export * from './utils';
// export * from './interface';