fix(editor): circular dependencies (#10661)

Closes: [BS-2766](https://linear.app/affine-design/issue/BS-2766/把-converttodatabase-移到-root-block-中,避免循环依赖)
This commit is contained in:
fundon
2025-03-06 09:41:01 +00:00
parent 797e63f86f
commit 93920f9895
13 changed files with 71 additions and 44 deletions
+1
View File
@@ -11,6 +11,7 @@
{ "path": "../../core" },
{ "path": "../../i18n" },
{ "path": "../../../common/nbstore" },
{ "path": "../../track" },
{ "path": "../../../common/infra" }
]
}