mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-28 12:32:09 +03:00
fix: import
This commit is contained in:
parent
746a6d9ab5
commit
3325a1bfe2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user