chore: heygermany customer project
This commit is contained in:
9
apps/website/src/router.tsx
Normal file
9
apps/website/src/router.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createRouter } from '@tanstack/react-router'
|
||||
import { routeTree } from './routeTree.gen'
|
||||
|
||||
export function getRouter() {
|
||||
return createRouter({
|
||||
routeTree,
|
||||
scrollRestoration: true,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user