refactor(web): move contact modal to component (#1718)

This commit is contained in:
Himself65
2023-03-28 01:07:53 -05:00
committed by GitHub
parent edf7913e12
commit 69b13aa30f
12 changed files with 88 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
},
"exports": {
".": "./src/index.ts",
"./block-suite-editor": "./src/components/block-suite-editor/index.tsx"
"./*": "./src/components/*/index.tsx"
},
"dependencies": {
"@affine/debug": "workspace:*",