refactor(plugin-infra): workspace loading (#3222)

This commit is contained in:
Alex Yang
2023-07-13 23:52:06 +08:00
committed by GitHub
parent 23ac82f845
commit 1f5995ffc7
16 changed files with 70 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ import {
Generator,
Workspace,
} from '@blocksuite/store';
import { INTERNAL_BLOCKSUITE_HASH_MAP } from '@toeverything/hooks/use-block-suite-workspace';
import { INTERNAL_BLOCKSUITE_HASH_MAP } from '@toeverything/plugin-infra/__internal__/workspace';
import { createStaticStorage } from './blob/local-static-storage';
import { createSQLiteStorage } from './blob/sqlite-blob-storage';