| 1 | import { Menu, Notice, TFile } from "obsidian"; |
| 2 | import { TaskContextMenu } from "../../../src/components/TaskContextMenu"; |
| 3 | import type TaskNotesPlugin from "../../../src/main"; |
| 4 | import type { TaskInfo } from "../../../src/types"; |
nothing calls this directly
no test coverage detected