/* eslint-disable */ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // This file was automatically generated by TanStack Router. // You should NOT make any changes in this file as it will be overwritten. // Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified. import { Route as rootRouteImport } from './routes/__root' import { Route as SplatRouteImport } from './routes/$' import { Route as AuthRouteRouteImport } from './routes/auth/route' import { Route as AppRouteRouteImport } from './routes/app/route' import { Route as LandingRouteRouteImport } from './routes/_landing/route' import { Route as AppIndexRouteImport } from './routes/app/index' import { Route as LandingIndexRouteImport } from './routes/_landing/index' import { Route as AuthSignupRouteImport } from './routes/auth/signup' import { Route as AuthResetPasswordRouteImport } from './routes/auth/reset-password' import { Route as AuthLoginRouteImport } from './routes/auth/login' import { Route as AuthForgotPasswordRouteImport } from './routes/auth/forgot-password' const SplatRoute = SplatRouteImport.update({ id: '/$', path: '/$', getParentRoute: () => rootRouteImport, } as any) const AuthRouteRoute = AuthRouteRouteImport.update({ id: '/auth', path: '/auth', getParentRoute: () => rootRouteImport, } as any) const AppRouteRoute = AppRouteRouteImport.update({ id: '/app', path: '/app', getParentRoute: () => rootRouteImport, } as any) const LandingRouteRoute = LandingRouteRouteImport.update({ id: '/_landing', getParentRoute: () => rootRouteImport, } as any) const AppIndexRoute = AppIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => AppRouteRoute, } as any) const LandingIndexRoute = LandingIndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => LandingRouteRoute, } as any) const AuthSignupRoute = AuthSignupRouteImport.update({ id: '/signup', path: '/signup', getParentRoute: () => AuthRouteRoute, } as any) const AuthResetPasswordRoute = AuthResetPasswordRouteImport.update({ id: '/reset-password', path: '/reset-password', getParentRoute: () => AuthRouteRoute, } as any) const AuthLoginRoute = AuthLoginRouteImport.update({ id: '/login', path: '/login', getParentRoute: () => AuthRouteRoute, } as any) const AuthForgotPasswordRoute = AuthForgotPasswordRouteImport.update({ id: '/forgot-password', path: '/forgot-password', getParentRoute: () => AuthRouteRoute, } as any) export interface FileRoutesByFullPath { '/app': typeof AppRouteRouteWithChildren '/auth': typeof AuthRouteRouteWithChildren '/$': typeof SplatRoute '/auth/forgot-password': typeof AuthForgotPasswordRoute '/auth/login': typeof AuthLoginRoute '/auth/reset-password': typeof AuthResetPasswordRoute '/auth/signup': typeof AuthSignupRoute '/': typeof LandingIndexRoute '/app/': typeof AppIndexRoute } export interface FileRoutesByTo { '/auth': typeof AuthRouteRouteWithChildren '/$': typeof SplatRoute '/auth/forgot-password': typeof AuthForgotPasswordRoute '/auth/login': typeof AuthLoginRoute '/auth/reset-password': typeof AuthResetPasswordRoute '/auth/signup': typeof AuthSignupRoute '/': typeof LandingIndexRoute '/app': typeof AppIndexRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/_landing': typeof LandingRouteRouteWithChildren '/app': typeof AppRouteRouteWithChildren '/auth': typeof AuthRouteRouteWithChildren '/$': typeof SplatRoute '/auth/forgot-password': typeof AuthForgotPasswordRoute '/auth/login': typeof AuthLoginRoute '/auth/reset-password': typeof AuthResetPasswordRoute '/auth/signup': typeof AuthSignupRoute '/_landing/': typeof LandingIndexRoute '/app/': typeof AppIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/app' | '/auth' | '/$' | '/auth/forgot-password' | '/auth/login' | '/auth/reset-password' | '/auth/signup' | '/' | '/app/' fileRoutesByTo: FileRoutesByTo to: | '/auth' | '/$' | '/auth/forgot-password' | '/auth/login' | '/auth/reset-password' | '/auth/signup' | '/' | '/app' id: | '__root__' | '/_landing' | '/app' | '/auth' | '/$' | '/auth/forgot-password' | '/auth/login' | '/auth/reset-password' | '/auth/signup' | '/_landing/' | '/app/' fileRoutesById: FileRoutesById } export interface RootRouteChildren { LandingRouteRoute: typeof LandingRouteRouteWithChildren AppRouteRoute: typeof AppRouteRouteWithChildren AuthRouteRoute: typeof AuthRouteRouteWithChildren SplatRoute: typeof SplatRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/$': { id: '/$' path: '/$' fullPath: '/$' preLoaderRoute: typeof SplatRouteImport parentRoute: typeof rootRouteImport } '/auth': { id: '/auth' path: '/auth' fullPath: '/auth' preLoaderRoute: typeof AuthRouteRouteImport parentRoute: typeof rootRouteImport } '/app': { id: '/app' path: '/app' fullPath: '/app' preLoaderRoute: typeof AppRouteRouteImport parentRoute: typeof rootRouteImport } '/_landing': { id: '/_landing' path: '' fullPath: '' preLoaderRoute: typeof LandingRouteRouteImport parentRoute: typeof rootRouteImport } '/app/': { id: '/app/' path: '/' fullPath: '/app/' preLoaderRoute: typeof AppIndexRouteImport parentRoute: typeof AppRouteRoute } '/_landing/': { id: '/_landing/' path: '/' fullPath: '/' preLoaderRoute: typeof LandingIndexRouteImport parentRoute: typeof LandingRouteRoute } '/auth/signup': { id: '/auth/signup' path: '/signup' fullPath: '/auth/signup' preLoaderRoute: typeof AuthSignupRouteImport parentRoute: typeof AuthRouteRoute } '/auth/reset-password': { id: '/auth/reset-password' path: '/reset-password' fullPath: '/auth/reset-password' preLoaderRoute: typeof AuthResetPasswordRouteImport parentRoute: typeof AuthRouteRoute } '/auth/login': { id: '/auth/login' path: '/login' fullPath: '/auth/login' preLoaderRoute: typeof AuthLoginRouteImport parentRoute: typeof AuthRouteRoute } '/auth/forgot-password': { id: '/auth/forgot-password' path: '/forgot-password' fullPath: '/auth/forgot-password' preLoaderRoute: typeof AuthForgotPasswordRouteImport parentRoute: typeof AuthRouteRoute } } } interface LandingRouteRouteChildren { LandingIndexRoute: typeof LandingIndexRoute } const LandingRouteRouteChildren: LandingRouteRouteChildren = { LandingIndexRoute: LandingIndexRoute, } const LandingRouteRouteWithChildren = LandingRouteRoute._addFileChildren( LandingRouteRouteChildren, ) interface AppRouteRouteChildren { AppIndexRoute: typeof AppIndexRoute } const AppRouteRouteChildren: AppRouteRouteChildren = { AppIndexRoute: AppIndexRoute, } const AppRouteRouteWithChildren = AppRouteRoute._addFileChildren( AppRouteRouteChildren, ) interface AuthRouteRouteChildren { AuthForgotPasswordRoute: typeof AuthForgotPasswordRoute AuthLoginRoute: typeof AuthLoginRoute AuthResetPasswordRoute: typeof AuthResetPasswordRoute AuthSignupRoute: typeof AuthSignupRoute } const AuthRouteRouteChildren: AuthRouteRouteChildren = { AuthForgotPasswordRoute: AuthForgotPasswordRoute, AuthLoginRoute: AuthLoginRoute, AuthResetPasswordRoute: AuthResetPasswordRoute, AuthSignupRoute: AuthSignupRoute, } const AuthRouteRouteWithChildren = AuthRouteRoute._addFileChildren( AuthRouteRouteChildren, ) const rootRouteChildren: RootRouteChildren = { LandingRouteRoute: LandingRouteRouteWithChildren, AppRouteRoute: AppRouteRouteWithChildren, AuthRouteRoute: AuthRouteRouteWithChildren, SplatRoute: SplatRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()