/* 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 ThemesRouteImport } from './routes/themes' import { Route as ThemeHistoryRouteImport } from './routes/theme-history' import { Route as HotMapRouteImport } from './routes/hot-map' import { Route as DashboardRouteImport } from './routes/dashboard' import { Route as CoreStocksRouteImport } from './routes/core-stocks' import { Route as IndexRouteImport } from './routes/index' import { Route as ThemeCodeRouteImport } from './routes/theme.$code' import { Route as StockCodeRouteImport } from './routes/stock.$code' import { Route as ShareCodeRouteImport } from './routes/share.$code' const ThemesRoute = ThemesRouteImport.update({ id: '/themes', path: '/themes', getParentRoute: () => rootRouteImport, } as any) const ThemeHistoryRoute = ThemeHistoryRouteImport.update({ id: '/theme-history', path: '/theme-history', getParentRoute: () => rootRouteImport, } as any) const HotMapRoute = HotMapRouteImport.update({ id: '/hot-map', path: '/hot-map', getParentRoute: () => rootRouteImport, } as any) const DashboardRoute = DashboardRouteImport.update({ id: '/dashboard', path: '/dashboard', getParentRoute: () => rootRouteImport, } as any) const CoreStocksRoute = CoreStocksRouteImport.update({ id: '/core-stocks', path: '/core-stocks', getParentRoute: () => rootRouteImport, } as any) const IndexRoute = IndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => rootRouteImport, } as any) const ThemeCodeRoute = ThemeCodeRouteImport.update({ id: '/theme/$code', path: '/theme/$code', getParentRoute: () => rootRouteImport, } as any) const StockCodeRoute = StockCodeRouteImport.update({ id: '/stock/$code', path: '/stock/$code', getParentRoute: () => rootRouteImport, } as any) const ShareCodeRoute = ShareCodeRouteImport.update({ id: '/share/$code', path: '/share/$code', getParentRoute: () => rootRouteImport, } as any) export interface FileRoutesByFullPath { '/': typeof IndexRoute '/core-stocks': typeof CoreStocksRoute '/dashboard': typeof DashboardRoute '/hot-map': typeof HotMapRoute '/theme-history': typeof ThemeHistoryRoute '/themes': typeof ThemesRoute '/share/$code': typeof ShareCodeRoute '/stock/$code': typeof StockCodeRoute '/theme/$code': typeof ThemeCodeRoute } export interface FileRoutesByTo { '/': typeof IndexRoute '/core-stocks': typeof CoreStocksRoute '/dashboard': typeof DashboardRoute '/hot-map': typeof HotMapRoute '/theme-history': typeof ThemeHistoryRoute '/themes': typeof ThemesRoute '/share/$code': typeof ShareCodeRoute '/stock/$code': typeof StockCodeRoute '/theme/$code': typeof ThemeCodeRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/': typeof IndexRoute '/core-stocks': typeof CoreStocksRoute '/dashboard': typeof DashboardRoute '/hot-map': typeof HotMapRoute '/theme-history': typeof ThemeHistoryRoute '/themes': typeof ThemesRoute '/share/$code': typeof ShareCodeRoute '/stock/$code': typeof StockCodeRoute '/theme/$code': typeof ThemeCodeRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/core-stocks' | '/dashboard' | '/hot-map' | '/theme-history' | '/themes' | '/share/$code' | '/stock/$code' | '/theme/$code' fileRoutesByTo: FileRoutesByTo to: | '/' | '/core-stocks' | '/dashboard' | '/hot-map' | '/theme-history' | '/themes' | '/share/$code' | '/stock/$code' | '/theme/$code' id: | '__root__' | '/' | '/core-stocks' | '/dashboard' | '/hot-map' | '/theme-history' | '/themes' | '/share/$code' | '/stock/$code' | '/theme/$code' fileRoutesById: FileRoutesById } export interface RootRouteChildren { IndexRoute: typeof IndexRoute CoreStocksRoute: typeof CoreStocksRoute DashboardRoute: typeof DashboardRoute HotMapRoute: typeof HotMapRoute ThemeHistoryRoute: typeof ThemeHistoryRoute ThemesRoute: typeof ThemesRoute ShareCodeRoute: typeof ShareCodeRoute StockCodeRoute: typeof StockCodeRoute ThemeCodeRoute: typeof ThemeCodeRoute } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/themes': { id: '/themes' path: '/themes' fullPath: '/themes' preLoaderRoute: typeof ThemesRouteImport parentRoute: typeof rootRouteImport } '/theme-history': { id: '/theme-history' path: '/theme-history' fullPath: '/theme-history' preLoaderRoute: typeof ThemeHistoryRouteImport parentRoute: typeof rootRouteImport } '/hot-map': { id: '/hot-map' path: '/hot-map' fullPath: '/hot-map' preLoaderRoute: typeof HotMapRouteImport parentRoute: typeof rootRouteImport } '/dashboard': { id: '/dashboard' path: '/dashboard' fullPath: '/dashboard' preLoaderRoute: typeof DashboardRouteImport parentRoute: typeof rootRouteImport } '/core-stocks': { id: '/core-stocks' path: '/core-stocks' fullPath: '/core-stocks' preLoaderRoute: typeof CoreStocksRouteImport parentRoute: typeof rootRouteImport } '/': { id: '/' path: '/' fullPath: '/' preLoaderRoute: typeof IndexRouteImport parentRoute: typeof rootRouteImport } '/theme/$code': { id: '/theme/$code' path: '/theme/$code' fullPath: '/theme/$code' preLoaderRoute: typeof ThemeCodeRouteImport parentRoute: typeof rootRouteImport } '/stock/$code': { id: '/stock/$code' path: '/stock/$code' fullPath: '/stock/$code' preLoaderRoute: typeof StockCodeRouteImport parentRoute: typeof rootRouteImport } '/share/$code': { id: '/share/$code' path: '/share/$code' fullPath: '/share/$code' preLoaderRoute: typeof ShareCodeRouteImport parentRoute: typeof rootRouteImport } } } const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, CoreStocksRoute: CoreStocksRoute, DashboardRoute: DashboardRoute, HotMapRoute: HotMapRoute, ThemeHistoryRoute: ThemeHistoryRoute, ThemesRoute: ThemesRoute, ShareCodeRoute: ShareCodeRoute, StockCodeRoute: StockCodeRoute, ThemeCodeRoute: ThemeCodeRoute, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()