fix: import

This commit is contained in:
himself65 2023-01-23 13:53:22 -06:00
parent 746a6d9ab5
commit 3325a1bfe2

View File

@ -16,7 +16,7 @@ import type { NextPageWithLayout } from '../..//_app';
import WorkspaceLayout from '@/components/workspace-layout';
import { useRouter } from 'next/router';
import { usePageHelper } from '@/hooks/use-page-helper';
import { Disposable } from '@blocksuite/store/dist/utils/disposable';
import type { Disposable } from '@blocksuite/store';
const StyledEditorContainer = styled('div')(() => {
return {