fix: remove global, store and std in affine packages (#9785)

This commit is contained in:
Saul-Mirone
2025-01-20 06:14:46 +00:00
parent 66b6fd8b74
commit 2b3da1f0e9
19 changed files with 25 additions and 25 deletions

View File

@@ -33,6 +33,7 @@
"./global/di": "./src/global/di.ts",
"./global/types": "./src/global/types.ts",
"./store": "./src/store/index.ts",
"./store/test": "./src/store/test.ts",
"./inline": "./src/inline/index.ts",
"./inline/consts": "./src/inline/consts.ts",
"./inline/types": "./src/inline/types.ts",

View File

@@ -0,0 +1,6 @@
export {
createAutoIncrementIdGenerator,
TestDoc,
TestMeta,
TestWorkspace,
} from '@blocksuite/store/test';