| 1 | import { App, SuggestModal, Notice, setIcon } from "obsidian"; |
| 2 | import { TaskInfo, TaskCreationData } from "../types"; |
| 3 | import { filterEmptyProjects } from "../utils/helpers"; |
| 4 | import type TaskNotesPlugin from "../main"; |
nothing calls this directly
no test coverage detected