()
| 2 | import Dashboard from '../generated-components/components/dashboard'; |
| 3 | |
| 4 | export default function Home() { |
| 5 | return ( |
| 6 | <> |
| 7 | <AppHeader framework="solid" path="/dashboard" /> |
| 8 | <Dashboard /> |
| 9 | </> |
| 10 | ); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected