- Remove old comments

- Fix Importing paths
This commit is contained in:
vorotamoroz
2026-01-07 04:37:30 +00:00
parent aa6d771d17
commit 1ff1ac951b
13 changed files with 14 additions and 601 deletions

View File

@@ -1,4 +1,4 @@
import { type TFile } from "obsidian";
import { type TFile } from "@/deps.ts";
import { eventHub } from "../../common/events.ts";
import { EVENT_REQUEST_SHOW_HISTORY } from "../../common/obsidianEvents.ts";
import type { FilePathWithPrefix, LoadedEntry, DocumentID } from "../../lib/src/common/types.ts";