mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(editor): separate lit and slot in global (#10666)
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
"./global/di": "./src/global/di.ts",
|
||||
"./global/types": "./src/global/types.ts",
|
||||
"./global/gfx": "./src/global/gfx.ts",
|
||||
"./global/slot": "./src/global/slot.ts",
|
||||
"./global/lit": "./src/global/lit.ts",
|
||||
"./store": "./src/store/index.ts",
|
||||
"./store/test": "./src/store/test.ts",
|
||||
"./inline": "./src/inline/index.ts",
|
||||
|
||||
1
blocksuite/affine/all/src/global/lit.ts
Normal file
1
blocksuite/affine/all/src/global/lit.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from '@blocksuite/global/lit';
|
||||
1
blocksuite/affine/all/src/global/slot.ts
Normal file
1
blocksuite/affine/all/src/global/slot.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from '@blocksuite/global/slot';
|
||||
Reference in New Issue
Block a user