| 64 | |
| 65 | // Preset interface for report generation |
| 66 | interface Preset { |
| 67 | name: string; |
| 68 | description: string; |
| 69 | } |
| 70 | |
| 71 | const Dashboard = () => { |
| 72 | const navigate = useNavigate(); |
nothing calls this directly
no outgoing calls
no test coverage detected