| 1 | import type { DialogStore } from "/src/stores/dialog"; |
| 2 | import type { DocumentStore } from "/src/stores/document"; |
| 3 | import { fullscreenModeChanged } from "/src/stores/fullscreen"; |
| 4 | import type { PortfolioStore } from "/src/stores/portfolio"; |
nothing calls this directly
no test coverage detected