fix: build error

This commit is contained in:
Aaryan Khandelwal
2025-06-19 17:45:46 +05:30
parent fcf185e9a0
commit 52103bc61e
2 changed files with 1 additions and 1 deletions

View File

@@ -41,7 +41,6 @@ export class TitleSyncExtension implements Extension {
const titleField = TiptapTransformer.toYdoc(
generateTitleProsemirrorJson(title),
"title",
// @ts-expect-error TODO: fix this type error once we update packaages of
// editor
TITLE_EDITOR_EXTENSIONS
);

View File

@@ -0,0 +1 @@
export * from "@/ce/store/issue/workspace/issue.store";