File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ const LayoutAdminRoute = LayoutAdminRouteImport.update({
6565} as any )
6666
6767export 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}
7777export interface FileRoutesByTo {
7878 '/login' : typeof LoginRoute
@@ -99,14 +99,14 @@ export interface FileRoutesById {
9999export 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 }
You can’t perform that action at this time.
0 commit comments