| 1 | import { Notice } from "obsidian"; |
| 2 | import type TaskNotesPlugin from "../main"; |
| 3 | import type { TaskInfo } from "../types"; |
| 4 | import { createTaskNotesLogger, type TaskNotesLogger } from "../utils/tasknotesLogger"; |
nothing calls this directly
no test coverage detected