()
| 2 | import { routeTree } from './routeTree.gen' |
| 3 | |
| 4 | export function createRouter() { |
| 5 | const router = createTanStackRouter({ |
| 6 | routeTree, |
| 7 | scrollRestoration: true, |
| 8 | }) |
| 9 | |
| 10 | return router |
| 11 | } |
| 12 | |
| 13 | declare module '@tanstack/react-router' { |
| 14 | interface Register { |
no outgoing calls
no test coverage detected