()
| 8 | |
| 9 | // Create a new router instance |
| 10 | export function getRouter() { |
| 11 | return createTanstackRouter({ |
| 12 | routeTree, |
| 13 | scrollRestoration: true, |
| 14 | defaultPreloadStaleTime: 0, |
| 15 | defaultNotFoundComponent: NotFound, |
| 16 | }) |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected