|
|
@@ -18,7 +18,6 @@ import { Route as AuthenticatedIndexImport } from './routes/_authenticated/index
|
|
|
import { Route as authSignInImport } from './routes/(auth)/sign-in'
|
|
|
import { Route as authOtpImport } from './routes/(auth)/otp'
|
|
|
import { Route as auth500Import } from './routes/(auth)/500'
|
|
|
-import { Route as AuthenticatedDashboardIndexImport } from './routes/_authenticated/dashboard/index'
|
|
|
|
|
|
// Create Virtual Routes
|
|
|
|
|
|
@@ -229,13 +228,6 @@ const AuthenticatedAppsIndexLazyRoute = AuthenticatedAppsIndexLazyImport.update(
|
|
|
import('./routes/_authenticated/apps/index.lazy').then((d) => d.Route),
|
|
|
)
|
|
|
|
|
|
-const AuthenticatedDashboardIndexRoute =
|
|
|
- AuthenticatedDashboardIndexImport.update({
|
|
|
- id: '/dashboard/',
|
|
|
- path: '/dashboard/',
|
|
|
- getParentRoute: () => AuthenticatedRouteRoute,
|
|
|
- } as any)
|
|
|
-
|
|
|
const AuthenticatedSettingsNotificationsLazyRoute =
|
|
|
AuthenticatedSettingsNotificationsLazyImport.update({
|
|
|
id: '/notifications',
|
|
|
@@ -410,13 +402,6 @@ declare module '@tanstack/react-router' {
|
|
|
preLoaderRoute: typeof AuthenticatedSettingsNotificationsLazyImport
|
|
|
parentRoute: typeof AuthenticatedSettingsRouteLazyImport
|
|
|
}
|
|
|
- '/_authenticated/dashboard/': {
|
|
|
- id: '/_authenticated/dashboard/'
|
|
|
- path: '/dashboard'
|
|
|
- fullPath: '/dashboard'
|
|
|
- preLoaderRoute: typeof AuthenticatedDashboardIndexImport
|
|
|
- parentRoute: typeof AuthenticatedRouteImport
|
|
|
- }
|
|
|
'/_authenticated/apps/': {
|
|
|
id: '/_authenticated/apps/'
|
|
|
path: '/apps'
|
|
|
@@ -493,7 +478,6 @@ const AuthenticatedSettingsRouteLazyRouteWithChildren =
|
|
|
interface AuthenticatedRouteRouteChildren {
|
|
|
AuthenticatedSettingsRouteLazyRoute: typeof AuthenticatedSettingsRouteLazyRouteWithChildren
|
|
|
AuthenticatedIndexRoute: typeof AuthenticatedIndexRoute
|
|
|
- AuthenticatedDashboardIndexRoute: typeof AuthenticatedDashboardIndexRoute
|
|
|
AuthenticatedAppsIndexLazyRoute: typeof AuthenticatedAppsIndexLazyRoute
|
|
|
AuthenticatedChatsIndexLazyRoute: typeof AuthenticatedChatsIndexLazyRoute
|
|
|
AuthenticatedHelpCenterIndexLazyRoute: typeof AuthenticatedHelpCenterIndexLazyRoute
|
|
|
@@ -505,7 +489,6 @@ const AuthenticatedRouteRouteChildren: AuthenticatedRouteRouteChildren = {
|
|
|
AuthenticatedSettingsRouteLazyRoute:
|
|
|
AuthenticatedSettingsRouteLazyRouteWithChildren,
|
|
|
AuthenticatedIndexRoute: AuthenticatedIndexRoute,
|
|
|
- AuthenticatedDashboardIndexRoute: AuthenticatedDashboardIndexRoute,
|
|
|
AuthenticatedAppsIndexLazyRoute: AuthenticatedAppsIndexLazyRoute,
|
|
|
AuthenticatedChatsIndexLazyRoute: AuthenticatedChatsIndexLazyRoute,
|
|
|
AuthenticatedHelpCenterIndexLazyRoute: AuthenticatedHelpCenterIndexLazyRoute,
|
|
|
@@ -534,7 +517,6 @@ export interface FileRoutesByFullPath {
|
|
|
'/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
|
'/settings/display': typeof AuthenticatedSettingsDisplayLazyRoute
|
|
|
'/settings/notifications': typeof AuthenticatedSettingsNotificationsLazyRoute
|
|
|
- '/dashboard': typeof AuthenticatedDashboardIndexRoute
|
|
|
'/apps': typeof AuthenticatedAppsIndexLazyRoute
|
|
|
'/chats': typeof AuthenticatedChatsIndexLazyRoute
|
|
|
'/help-center': typeof AuthenticatedHelpCenterIndexLazyRoute
|
|
|
@@ -559,7 +541,6 @@ export interface FileRoutesByTo {
|
|
|
'/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
|
'/settings/display': typeof AuthenticatedSettingsDisplayLazyRoute
|
|
|
'/settings/notifications': typeof AuthenticatedSettingsNotificationsLazyRoute
|
|
|
- '/dashboard': typeof AuthenticatedDashboardIndexRoute
|
|
|
'/apps': typeof AuthenticatedAppsIndexLazyRoute
|
|
|
'/chats': typeof AuthenticatedChatsIndexLazyRoute
|
|
|
'/help-center': typeof AuthenticatedHelpCenterIndexLazyRoute
|
|
|
@@ -588,7 +569,6 @@ export interface FileRoutesById {
|
|
|
'/_authenticated/settings/appearance': typeof AuthenticatedSettingsAppearanceLazyRoute
|
|
|
'/_authenticated/settings/display': typeof AuthenticatedSettingsDisplayLazyRoute
|
|
|
'/_authenticated/settings/notifications': typeof AuthenticatedSettingsNotificationsLazyRoute
|
|
|
- '/_authenticated/dashboard/': typeof AuthenticatedDashboardIndexRoute
|
|
|
'/_authenticated/apps/': typeof AuthenticatedAppsIndexLazyRoute
|
|
|
'/_authenticated/chats/': typeof AuthenticatedChatsIndexLazyRoute
|
|
|
'/_authenticated/help-center/': typeof AuthenticatedHelpCenterIndexLazyRoute
|
|
|
@@ -617,7 +597,6 @@ export interface FileRouteTypes {
|
|
|
| '/settings/appearance'
|
|
|
| '/settings/display'
|
|
|
| '/settings/notifications'
|
|
|
- | '/dashboard'
|
|
|
| '/apps'
|
|
|
| '/chats'
|
|
|
| '/help-center'
|
|
|
@@ -641,7 +620,6 @@ export interface FileRouteTypes {
|
|
|
| '/settings/appearance'
|
|
|
| '/settings/display'
|
|
|
| '/settings/notifications'
|
|
|
- | '/dashboard'
|
|
|
| '/apps'
|
|
|
| '/chats'
|
|
|
| '/help-center'
|
|
|
@@ -668,7 +646,6 @@ export interface FileRouteTypes {
|
|
|
| '/_authenticated/settings/appearance'
|
|
|
| '/_authenticated/settings/display'
|
|
|
| '/_authenticated/settings/notifications'
|
|
|
- | '/_authenticated/dashboard/'
|
|
|
| '/_authenticated/apps/'
|
|
|
| '/_authenticated/chats/'
|
|
|
| '/_authenticated/help-center/'
|
|
|
@@ -737,7 +714,6 @@ export const routeTree = rootRoute
|
|
|
"children": [
|
|
|
"/_authenticated/settings",
|
|
|
"/_authenticated/",
|
|
|
- "/_authenticated/dashboard/",
|
|
|
"/_authenticated/apps/",
|
|
|
"/_authenticated/chats/",
|
|
|
"/_authenticated/help-center/",
|
|
|
@@ -809,10 +785,6 @@ export const routeTree = rootRoute
|
|
|
"filePath": "_authenticated/settings/notifications.lazy.tsx",
|
|
|
"parent": "/_authenticated/settings"
|
|
|
},
|
|
|
- "/_authenticated/dashboard/": {
|
|
|
- "filePath": "_authenticated/dashboard/index.tsx",
|
|
|
- "parent": "/_authenticated"
|
|
|
- },
|
|
|
"/_authenticated/apps/": {
|
|
|
"filePath": "_authenticated/apps/index.lazy.tsx",
|
|
|
"parent": "/_authenticated"
|