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