Skip to content

Commit d0aff86

Browse files
committed
Commit auto-updated routeTree.gen.ts
1 parent 65dc788 commit d0aff86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/src/routeTree.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ const LayoutAdminRoute = LayoutAdminRouteImport.update({
6565
} as any)
6666

6767
export interface FileRoutesByFullPath {
68+
'/': typeof LayoutIndexRoute
6869
'/login': typeof LoginRoute
6970
'/recover-password': typeof RecoverPasswordRoute
7071
'/reset-password': typeof ResetPasswordRoute
7172
'/signup': typeof SignupRoute
7273
'/admin': typeof LayoutAdminRoute
7374
'/items': typeof LayoutItemsRoute
7475
'/settings': typeof LayoutSettingsRoute
75-
'/': typeof LayoutIndexRoute
7676
}
7777
export interface FileRoutesByTo {
7878
'/login': typeof LoginRoute
@@ -99,14 +99,14 @@ export interface FileRoutesById {
9999
export interface FileRouteTypes {
100100
fileRoutesByFullPath: FileRoutesByFullPath
101101
fullPaths:
102+
| '/'
102103
| '/login'
103104
| '/recover-password'
104105
| '/reset-password'
105106
| '/signup'
106107
| '/admin'
107108
| '/items'
108109
| '/settings'
109-
| '/'
110110
fileRoutesByTo: FileRoutesByTo
111111
to:
112112
| '/login'
@@ -171,7 +171,7 @@ declare module '@tanstack/react-router' {
171171
'/_layout': {
172172
id: '/_layout'
173173
path: ''
174-
fullPath: ''
174+
fullPath: '/'
175175
preLoaderRoute: typeof LayoutRouteImport
176176
parentRoute: typeof rootRouteImport
177177
}

0 commit comments

Comments
 (0)