gpt-engineer-app[bot] nextgenframes commited on
Commit
ca45c8f
·
1 Parent(s): 911f01a

Co-authored-by: nextgenframes <281320089+nextgenframes@users.noreply.github.com>

Files changed (1) hide show
  1. src/routeTree.gen.ts +0 -9
src/routeTree.gen.ts CHANGED
@@ -237,12 +237,3 @@ const rootRouteChildren: RootRouteChildren = {
237
  export const routeTree = rootRouteImport
238
  ._addFileChildren(rootRouteChildren)
239
  ._addFileTypes<FileRouteTypes>()
240
-
241
- import type { getRouter } from './router.tsx'
242
- import type { createStart } from '@tanstack/react-start'
243
- declare module '@tanstack/react-start' {
244
- interface Register {
245
- ssr: true
246
- router: Awaited<ReturnType<typeof getRouter>>
247
- }
248
- }
 
237
  export const routeTree = rootRouteImport
238
  ._addFileChildren(rootRouteChildren)
239
  ._addFileTypes<FileRouteTypes>()