| 1 | import { createFileRoute } from '@tanstack/react-router' |
| 2 | import type { RefreshResult } from '@/lib/reports/types' |
| 3 | import { getReportState, getSSEController } from '@/lib/reports/report-storage' |
| 4 | import { refreshComponent } from '@/lib/reports/refresh-component' |
nothing calls this directly
no test coverage detected