2025-08-11 23:21:36 +07:00
|
|
|
/* 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 AuthRouteImport } from './routes/_auth'
|
|
|
|
|
import { Route as IndexRouteImport } from './routes/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthRoomsIndexRouteImport } from './routes/_auth/rooms/index'
|
|
|
|
|
import { Route as AuthRoleIndexRouteImport } from './routes/_auth/role/index'
|
2025-12-22 14:53:19 +07:00
|
|
|
import { Route as AuthDeviceIndexRouteImport } from './routes/_auth/device/index'
|
|
|
|
|
import { Route as AuthDashboardIndexRouteImport } from './routes/_auth/dashboard/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthCommandsIndexRouteImport } from './routes/_auth/commands/index'
|
|
|
|
|
import { Route as AuthBlacklistsIndexRouteImport } from './routes/_auth/blacklists/index'
|
2025-12-22 14:53:19 +07:00
|
|
|
import { Route as AuthAppsIndexRouteImport } from './routes/_auth/apps/index'
|
|
|
|
|
import { Route as AuthAgentIndexRouteImport } from './routes/_auth/agent/index'
|
|
|
|
|
import { Route as authLoginIndexRouteImport } from './routes/(auth)/login/index'
|
2026-03-04 14:41:34 +07:00
|
|
|
import { Route as AuthRoomsRoomNameIndexRouteImport } from './routes/_auth/rooms/$roomName/index'
|
|
|
|
|
import { Route as AuthRoleCreateIndexRouteImport } from './routes/_auth/role/create/index'
|
|
|
|
|
import { Route as AuthRoleIdEditIndexRouteImport } from './routes/_auth/role/$id/edit/index'
|
2025-08-11 23:21:36 +07:00
|
|
|
|
|
|
|
|
const AuthRoute = AuthRouteImport.update({
|
|
|
|
|
id: '/_auth',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
|
|
|
|
const IndexRoute = IndexRouteImport.update({
|
|
|
|
|
id: '/',
|
|
|
|
|
path: '/',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthRoomsIndexRoute = AuthRoomsIndexRouteImport.update({
|
|
|
|
|
id: '/rooms/',
|
|
|
|
|
path: '/rooms/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthRoleIndexRoute = AuthRoleIndexRouteImport.update({
|
|
|
|
|
id: '/role/',
|
|
|
|
|
path: '/role/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthDeviceIndexRoute = AuthDeviceIndexRouteImport.update({
|
|
|
|
|
id: '/device/',
|
|
|
|
|
path: '/device/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthDashboardIndexRoute = AuthDashboardIndexRouteImport.update({
|
|
|
|
|
id: '/dashboard/',
|
|
|
|
|
path: '/dashboard/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthCommandsIndexRoute = AuthCommandsIndexRouteImport.update({
|
|
|
|
|
id: '/commands/',
|
|
|
|
|
path: '/commands/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthBlacklistsIndexRoute = AuthBlacklistsIndexRouteImport.update({
|
|
|
|
|
id: '/blacklists/',
|
|
|
|
|
path: '/blacklists/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthAppsIndexRoute = AuthAppsIndexRouteImport.update({
|
2025-08-11 23:21:36 +07:00
|
|
|
id: '/apps/',
|
|
|
|
|
path: '/apps/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
} as any)
|
2025-12-22 14:53:19 +07:00
|
|
|
const AuthAgentIndexRoute = AuthAgentIndexRouteImport.update({
|
2025-09-10 09:59:17 +07:00
|
|
|
id: '/agent/',
|
|
|
|
|
path: '/agent/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
2025-09-10 09:59:17 +07:00
|
|
|
} as any)
|
2025-12-22 14:53:19 +07:00
|
|
|
const authLoginIndexRoute = authLoginIndexRouteImport.update({
|
|
|
|
|
id: '/(auth)/login/',
|
2025-08-11 23:21:36 +07:00
|
|
|
path: '/login/',
|
2025-12-22 14:53:19 +07:00
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
2026-03-04 14:41:34 +07:00
|
|
|
const AuthRoomsRoomNameIndexRoute = AuthRoomsRoomNameIndexRouteImport.update({
|
|
|
|
|
id: '/rooms/$roomName/',
|
|
|
|
|
path: '/rooms/$roomName/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthRoleCreateIndexRoute = AuthRoleCreateIndexRouteImport.update({
|
|
|
|
|
id: '/role/create/',
|
|
|
|
|
path: '/role/create/',
|
|
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
const AuthRoleIdEditIndexRoute = AuthRoleIdEditIndexRouteImport.update({
|
|
|
|
|
id: '/role/$id/edit/',
|
|
|
|
|
path: '/role/$id/edit/',
|
2025-08-11 23:21:36 +07:00
|
|
|
getParentRoute: () => AuthRoute,
|
|
|
|
|
} as any)
|
|
|
|
|
|
|
|
|
|
export interface FileRoutesByFullPath {
|
|
|
|
|
'/': typeof IndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/login': typeof authLoginIndexRoute
|
|
|
|
|
'/agent': typeof AuthAgentIndexRoute
|
|
|
|
|
'/apps': typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/blacklists': typeof AuthBlacklistsIndexRoute
|
|
|
|
|
'/commands': typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/dashboard': typeof AuthDashboardIndexRoute
|
|
|
|
|
'/device': typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role': typeof AuthRoleIndexRoute
|
|
|
|
|
'/rooms': typeof AuthRoomsIndexRoute
|
|
|
|
|
'/role/create': typeof AuthRoleCreateIndexRoute
|
|
|
|
|
'/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute
|
|
|
|
|
'/role/$id/edit': typeof AuthRoleIdEditIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export interface FileRoutesByTo {
|
|
|
|
|
'/': typeof IndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/login': typeof authLoginIndexRoute
|
|
|
|
|
'/agent': typeof AuthAgentIndexRoute
|
|
|
|
|
'/apps': typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/blacklists': typeof AuthBlacklistsIndexRoute
|
|
|
|
|
'/commands': typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/dashboard': typeof AuthDashboardIndexRoute
|
|
|
|
|
'/device': typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/role': typeof AuthRoleIndexRoute
|
|
|
|
|
'/rooms': typeof AuthRoomsIndexRoute
|
|
|
|
|
'/role/create': typeof AuthRoleCreateIndexRoute
|
|
|
|
|
'/rooms/$roomName': typeof AuthRoomsRoomNameIndexRoute
|
|
|
|
|
'/role/$id/edit': typeof AuthRoleIdEditIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export interface FileRoutesById {
|
|
|
|
|
__root__: typeof rootRouteImport
|
|
|
|
|
'/': typeof IndexRoute
|
|
|
|
|
'/_auth': typeof AuthRouteWithChildren
|
2025-12-22 14:53:19 +07:00
|
|
|
'/(auth)/login/': typeof authLoginIndexRoute
|
|
|
|
|
'/_auth/agent/': typeof AuthAgentIndexRoute
|
|
|
|
|
'/_auth/apps/': typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/blacklists/': typeof AuthBlacklistsIndexRoute
|
|
|
|
|
'/_auth/commands/': typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/dashboard/': typeof AuthDashboardIndexRoute
|
|
|
|
|
'/_auth/device/': typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/role/': typeof AuthRoleIndexRoute
|
|
|
|
|
'/_auth/rooms/': typeof AuthRoomsIndexRoute
|
|
|
|
|
'/_auth/role/create/': typeof AuthRoleCreateIndexRoute
|
|
|
|
|
'/_auth/rooms/$roomName/': typeof AuthRoomsRoomNameIndexRoute
|
|
|
|
|
'/_auth/role/$id/edit/': typeof AuthRoleIdEditIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export interface FileRouteTypes {
|
|
|
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
2025-09-24 16:13:57 +07:00
|
|
|
fullPaths:
|
|
|
|
|
| '/'
|
|
|
|
|
| '/login'
|
|
|
|
|
| '/agent'
|
|
|
|
|
| '/apps'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/blacklists'
|
|
|
|
|
| '/commands'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/dashboard'
|
2025-10-20 16:46:17 +07:00
|
|
|
| '/device'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role'
|
|
|
|
|
| '/rooms'
|
|
|
|
|
| '/role/create'
|
|
|
|
|
| '/rooms/$roomName'
|
|
|
|
|
| '/role/$id/edit'
|
2025-08-11 23:21:36 +07:00
|
|
|
fileRoutesByTo: FileRoutesByTo
|
2025-09-24 16:13:57 +07:00
|
|
|
to:
|
|
|
|
|
| '/'
|
|
|
|
|
| '/login'
|
|
|
|
|
| '/agent'
|
|
|
|
|
| '/apps'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/blacklists'
|
|
|
|
|
| '/commands'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/dashboard'
|
2025-10-20 16:46:17 +07:00
|
|
|
| '/device'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/role'
|
|
|
|
|
| '/rooms'
|
|
|
|
|
| '/role/create'
|
|
|
|
|
| '/rooms/$roomName'
|
|
|
|
|
| '/role/$id/edit'
|
2025-08-11 23:21:36 +07:00
|
|
|
id:
|
|
|
|
|
| '__root__'
|
|
|
|
|
| '/'
|
|
|
|
|
| '/_auth'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/(auth)/login/'
|
|
|
|
|
| '/_auth/agent/'
|
|
|
|
|
| '/_auth/apps/'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/_auth/blacklists/'
|
|
|
|
|
| '/_auth/commands/'
|
2025-12-22 14:53:19 +07:00
|
|
|
| '/_auth/dashboard/'
|
|
|
|
|
| '/_auth/device/'
|
2026-03-04 14:41:34 +07:00
|
|
|
| '/_auth/role/'
|
|
|
|
|
| '/_auth/rooms/'
|
|
|
|
|
| '/_auth/role/create/'
|
|
|
|
|
| '/_auth/rooms/$roomName/'
|
|
|
|
|
| '/_auth/role/$id/edit/'
|
2025-08-11 23:21:36 +07:00
|
|
|
fileRoutesById: FileRoutesById
|
|
|
|
|
}
|
|
|
|
|
export interface RootRouteChildren {
|
|
|
|
|
IndexRoute: typeof IndexRoute
|
|
|
|
|
AuthRoute: typeof AuthRouteWithChildren
|
2025-12-22 14:53:19 +07:00
|
|
|
authLoginIndexRoute: typeof authLoginIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
declare module '@tanstack/react-router' {
|
|
|
|
|
interface FileRoutesByPath {
|
|
|
|
|
'/_auth': {
|
|
|
|
|
id: '/_auth'
|
|
|
|
|
path: ''
|
|
|
|
|
fullPath: ''
|
|
|
|
|
preLoaderRoute: typeof AuthRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
|
|
|
|
'/': {
|
|
|
|
|
id: '/'
|
|
|
|
|
path: '/'
|
|
|
|
|
fullPath: '/'
|
|
|
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/rooms/': {
|
|
|
|
|
id: '/_auth/rooms/'
|
|
|
|
|
path: '/rooms'
|
|
|
|
|
fullPath: '/rooms'
|
|
|
|
|
preLoaderRoute: typeof AuthRoomsIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
|
|
|
|
'/_auth/role/': {
|
|
|
|
|
id: '/_auth/role/'
|
|
|
|
|
path: '/role'
|
|
|
|
|
fullPath: '/role'
|
|
|
|
|
preLoaderRoute: typeof AuthRoleIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/device/': {
|
|
|
|
|
id: '/_auth/device/'
|
2025-10-20 16:46:17 +07:00
|
|
|
path: '/device'
|
|
|
|
|
fullPath: '/device'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof AuthDeviceIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
|
|
|
|
'/_auth/dashboard/': {
|
|
|
|
|
id: '/_auth/dashboard/'
|
|
|
|
|
path: '/dashboard'
|
|
|
|
|
fullPath: '/dashboard'
|
|
|
|
|
preLoaderRoute: typeof AuthDashboardIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
2025-10-20 16:46:17 +07:00
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/commands/': {
|
|
|
|
|
id: '/_auth/commands/'
|
|
|
|
|
path: '/commands'
|
|
|
|
|
fullPath: '/commands'
|
|
|
|
|
preLoaderRoute: typeof AuthCommandsIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-09-24 16:13:57 +07:00
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/blacklists/': {
|
|
|
|
|
id: '/_auth/blacklists/'
|
|
|
|
|
path: '/blacklists'
|
|
|
|
|
fullPath: '/blacklists'
|
|
|
|
|
preLoaderRoute: typeof AuthBlacklistsIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-10-06 15:52:48 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/apps/': {
|
|
|
|
|
id: '/_auth/apps/'
|
2025-08-11 23:21:36 +07:00
|
|
|
path: '/apps'
|
|
|
|
|
fullPath: '/apps'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof AuthAppsIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/_auth/agent/': {
|
|
|
|
|
id: '/_auth/agent/'
|
2025-09-10 09:59:17 +07:00
|
|
|
path: '/agent'
|
|
|
|
|
fullPath: '/agent'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof AuthAgentIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
2025-09-10 09:59:17 +07:00
|
|
|
}
|
2025-12-22 14:53:19 +07:00
|
|
|
'/(auth)/login/': {
|
|
|
|
|
id: '/(auth)/login/'
|
2025-08-11 23:21:36 +07:00
|
|
|
path: '/login'
|
|
|
|
|
fullPath: '/login'
|
2025-12-22 14:53:19 +07:00
|
|
|
preLoaderRoute: typeof authLoginIndexRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
2026-03-04 14:41:34 +07:00
|
|
|
'/_auth/rooms/$roomName/': {
|
|
|
|
|
id: '/_auth/rooms/$roomName/'
|
|
|
|
|
path: '/rooms/$roomName'
|
|
|
|
|
fullPath: '/rooms/$roomName'
|
|
|
|
|
preLoaderRoute: typeof AuthRoomsRoomNameIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
|
|
|
|
'/_auth/role/create/': {
|
|
|
|
|
id: '/_auth/role/create/'
|
|
|
|
|
path: '/role/create'
|
|
|
|
|
fullPath: '/role/create'
|
|
|
|
|
preLoaderRoute: typeof AuthRoleCreateIndexRouteImport
|
|
|
|
|
parentRoute: typeof AuthRoute
|
|
|
|
|
}
|
|
|
|
|
'/_auth/role/$id/edit/': {
|
|
|
|
|
id: '/_auth/role/$id/edit/'
|
|
|
|
|
path: '/role/$id/edit'
|
|
|
|
|
fullPath: '/role/$id/edit'
|
|
|
|
|
preLoaderRoute: typeof AuthRoleIdEditIndexRouteImport
|
2025-12-22 14:53:19 +07:00
|
|
|
parentRoute: typeof AuthRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
interface AuthRouteChildren {
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthAgentIndexRoute: typeof AuthAgentIndexRoute
|
|
|
|
|
AuthAppsIndexRoute: typeof AuthAppsIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthBlacklistsIndexRoute: typeof AuthBlacklistsIndexRoute
|
|
|
|
|
AuthCommandsIndexRoute: typeof AuthCommandsIndexRoute
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthDashboardIndexRoute: typeof AuthDashboardIndexRoute
|
|
|
|
|
AuthDeviceIndexRoute: typeof AuthDeviceIndexRoute
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleIndexRoute: typeof AuthRoleIndexRoute
|
|
|
|
|
AuthRoomsIndexRoute: typeof AuthRoomsIndexRoute
|
|
|
|
|
AuthRoleCreateIndexRoute: typeof AuthRoleCreateIndexRoute
|
|
|
|
|
AuthRoomsRoomNameIndexRoute: typeof AuthRoomsRoomNameIndexRoute
|
|
|
|
|
AuthRoleIdEditIndexRoute: typeof AuthRoleIdEditIndexRoute
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const AuthRouteChildren: AuthRouteChildren = {
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthAgentIndexRoute: AuthAgentIndexRoute,
|
|
|
|
|
AuthAppsIndexRoute: AuthAppsIndexRoute,
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthBlacklistsIndexRoute: AuthBlacklistsIndexRoute,
|
|
|
|
|
AuthCommandsIndexRoute: AuthCommandsIndexRoute,
|
2025-12-22 14:53:19 +07:00
|
|
|
AuthDashboardIndexRoute: AuthDashboardIndexRoute,
|
|
|
|
|
AuthDeviceIndexRoute: AuthDeviceIndexRoute,
|
2026-03-04 14:41:34 +07:00
|
|
|
AuthRoleIndexRoute: AuthRoleIndexRoute,
|
|
|
|
|
AuthRoomsIndexRoute: AuthRoomsIndexRoute,
|
|
|
|
|
AuthRoleCreateIndexRoute: AuthRoleCreateIndexRoute,
|
|
|
|
|
AuthRoomsRoomNameIndexRoute: AuthRoomsRoomNameIndexRoute,
|
|
|
|
|
AuthRoleIdEditIndexRoute: AuthRoleIdEditIndexRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const AuthRouteWithChildren = AuthRoute._addFileChildren(AuthRouteChildren)
|
|
|
|
|
|
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
|
|
|
IndexRoute: IndexRoute,
|
|
|
|
|
AuthRoute: AuthRouteWithChildren,
|
2025-12-22 14:53:19 +07:00
|
|
|
authLoginIndexRoute: authLoginIndexRoute,
|
2025-08-11 23:21:36 +07:00
|
|
|
}
|
|
|
|
|
export const routeTree = rootRouteImport
|
|
|
|
|
._addFileChildren(rootRouteChildren)
|
|
|
|
|
._addFileTypes<FileRouteTypes>()
|