|
|
@@ -12,7 +12,6 @@ import { EditorMode, useEditorMode } from '~/stores/ui';
|
|
|
import { LazyRenderer } from '../Common/LazyRenderer';
|
|
|
|
|
|
|
|
|
-
|
|
|
const PageEditor = dynamic(() => import('../PageEditor'), { ssr: false });
|
|
|
const PageEditorByHackmd = dynamic(() => import('../PageEditorByHackmd').then(mod => mod.PageEditorByHackmd), { ssr: false });
|
|
|
const EditorNavbarBottom = dynamic(() => import('../PageEditor/EditorNavbarBottom'), { ssr: false });
|