gpt-engineer-app[bot] commited on
Commit
6670f98
·
1 Parent(s): 29d1cf5
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>()