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,7 +1,7 @@
import { describe, expect, it } from "vitest";
import { byBookType, byNoteType } from "./help_button.js";
import fs from "fs";
import type { HiddenSubtreeItem } from "../../../../services/hidden_subtree.js";
import type { HiddenSubtreeItem } from "@triliumnext/commons";
describe("Help button", () => {
it("All help notes are accessible", () => {