chore(monorepo/client): solve some import errors

This commit is contained in:
Elian Doran
2025-04-18 10:46:43 +03:00
parent c02a006c67
commit 920e1dbcd0
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import type { AttachmentRow } from "../../../becca/entities/rows.js";
import type { AttachmentRow } from "@triliumnext/commons";
import type { AttributeType } from "../entities/fattribute.js";
import type { EntityChange } from "../server_types.js";