/* prettier-ignore-start */ /* eslint-disable */ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // This file is auto-generated by TanStack Router import { createFileRoute } from '@tanstack/react-router' // Import Routes import { Route as rootRoute } from './routes/__root' import { Route as LayoutImport } from './routes/_layout' import { Route as LayoutPagesImport } from './routes/_layout/_pages' import { Route as LayoutlandingIndexImport } from './routes/_layout/(landing)/index' import { Route as LayoutPagesProtectedImport } from './routes/_layout/_pages/_protected' import { Route as LayoutauthAuthImport } from './routes/_layout/(auth)/_auth' import { Route as LayoutPagestopicSplatImport } from './routes/_layout/_pages/(topic)/$' import { Route as LayoutPagesProtectedTopicsIndexImport } from './routes/_layout/_pages/_protected/topics/index' import { Route as LayoutPagesProtectedTasksIndexImport } from './routes/_layout/_pages/_protected/tasks/index' import { Route as LayoutPagesProtectedSettingsIndexImport } from './routes/_layout/_pages/_protected/settings/index' import { Route as LayoutPagesProtectedSearchIndexImport } from './routes/_layout/_pages/_protected/search/index' import { Route as LayoutPagesProtectedProfileIndexImport } from './routes/_layout/_pages/_protected/profile/index' import { Route as LayoutPagesProtectedPagesIndexImport } from './routes/_layout/_pages/_protected/pages/index' import { Route as LayoutPagesProtectedOnboardingIndexImport } from './routes/_layout/_pages/_protected/onboarding/index' import { Route as LayoutPagesProtectedLinksIndexImport } from './routes/_layout/_pages/_protected/links/index' import { Route as LayoutPagesProtectedJournalsIndexImport } from './routes/_layout/_pages/_protected/journals/index' import { Route as LayoutauthAuthSignUpSplatImport } from './routes/_layout/(auth)/_auth.sign-up.$' import { Route as LayoutauthAuthSignInSplatImport } from './routes/_layout/(auth)/_auth.sign-in.$' import { Route as LayoutPagesProtectedPagesPageIdIndexImport } from './routes/_layout/_pages/_protected/pages/$pageId/index' import { Route as LayoutPagesProtectedCommunityTopicNameIndexImport } from './routes/_layout/_pages/_protected/community/$topicName/index' // Create Virtual Routes const LayoutauthImport = createFileRoute('/_layout/(auth)')() // Create/Update Routes const LayoutRoute = LayoutImport.update({ id: '/_layout', getParentRoute: () => rootRoute, } as any) const LayoutauthRoute = LayoutauthImport.update({ id: '/(auth)', getParentRoute: () => LayoutRoute, } as any) const LayoutPagesRoute = LayoutPagesImport.update({ id: '/_pages', getParentRoute: () => LayoutRoute, } as any) const LayoutlandingIndexRoute = LayoutlandingIndexImport.update({ path: '/', getParentRoute: () => LayoutRoute, } as any) const LayoutPagesProtectedRoute = LayoutPagesProtectedImport.update({ id: '/_protected', getParentRoute: () => LayoutPagesRoute, } as any) const LayoutauthAuthRoute = LayoutauthAuthImport.update({ id: '/_auth', getParentRoute: () => LayoutauthRoute, } as any) const LayoutPagestopicSplatRoute = LayoutPagestopicSplatImport.update({ path: '/$', getParentRoute: () => LayoutPagesRoute, } as any) const LayoutPagesProtectedTopicsIndexRoute = LayoutPagesProtectedTopicsIndexImport.update({ path: '/topics/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedTasksIndexRoute = LayoutPagesProtectedTasksIndexImport.update({ path: '/tasks/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedSettingsIndexRoute = LayoutPagesProtectedSettingsIndexImport.update({ path: '/settings/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedSearchIndexRoute = LayoutPagesProtectedSearchIndexImport.update({ path: '/search/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedProfileIndexRoute = LayoutPagesProtectedProfileIndexImport.update({ path: '/profile/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedPagesIndexRoute = LayoutPagesProtectedPagesIndexImport.update({ path: '/pages/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedOnboardingIndexRoute = LayoutPagesProtectedOnboardingIndexImport.update({ path: '/onboarding/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedLinksIndexRoute = LayoutPagesProtectedLinksIndexImport.update({ path: '/links/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedJournalsIndexRoute = LayoutPagesProtectedJournalsIndexImport.update({ path: '/journals/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutauthAuthSignUpSplatRoute = LayoutauthAuthSignUpSplatImport.update({ path: '/sign-up/$', getParentRoute: () => LayoutauthAuthRoute, } as any) const LayoutauthAuthSignInSplatRoute = LayoutauthAuthSignInSplatImport.update({ path: '/sign-in/$', getParentRoute: () => LayoutauthAuthRoute, } as any) const LayoutPagesProtectedPagesPageIdIndexRoute = LayoutPagesProtectedPagesPageIdIndexImport.update({ path: '/pages/$pageId/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) const LayoutPagesProtectedCommunityTopicNameIndexRoute = LayoutPagesProtectedCommunityTopicNameIndexImport.update({ path: '/community/$topicName/', getParentRoute: () => LayoutPagesProtectedRoute, } as any) // Populate the FileRoutesByPath interface declare module '@tanstack/react-router' { interface FileRoutesByPath { '/_layout': { id: '/_layout' path: '' fullPath: '' preLoaderRoute: typeof LayoutImport parentRoute: typeof rootRoute } '/_layout/_pages': { id: '/_layout/_pages' path: '' fullPath: '' preLoaderRoute: typeof LayoutPagesImport parentRoute: typeof LayoutImport } '/_layout/(auth)': { id: '/_layout/(auth)' path: '/' fullPath: '/' preLoaderRoute: typeof LayoutauthImport parentRoute: typeof LayoutImport } '/_layout/(auth)/_auth': { id: '/_layout/(auth)/_auth' path: '/' fullPath: '/' preLoaderRoute: typeof LayoutauthAuthImport parentRoute: typeof LayoutauthRoute } '/_layout/_pages/_protected': { id: '/_layout/_pages/_protected' path: '' fullPath: '' preLoaderRoute: typeof LayoutPagesProtectedImport parentRoute: typeof LayoutPagesImport } '/_layout/(landing)/': { id: '/_layout/(landing)/' path: '/' fullPath: '/' preLoaderRoute: typeof LayoutlandingIndexImport parentRoute: typeof LayoutImport } '/_layout/_pages/(topic)/$': { id: '/_layout/_pages/(topic)/$' path: '/$' fullPath: '/$' preLoaderRoute: typeof LayoutPagestopicSplatImport parentRoute: typeof LayoutPagesImport } '/_layout/(auth)/_auth/sign-in/$': { id: '/_layout/(auth)/_auth/sign-in/$' path: '/sign-in/$' fullPath: '/sign-in/$' preLoaderRoute: typeof LayoutauthAuthSignInSplatImport parentRoute: typeof LayoutauthAuthImport } '/_layout/(auth)/_auth/sign-up/$': { id: '/_layout/(auth)/_auth/sign-up/$' path: '/sign-up/$' fullPath: '/sign-up/$' preLoaderRoute: typeof LayoutauthAuthSignUpSplatImport parentRoute: typeof LayoutauthAuthImport } '/_layout/_pages/_protected/journals/': { id: '/_layout/_pages/_protected/journals/' path: '/journals' fullPath: '/journals' preLoaderRoute: typeof LayoutPagesProtectedJournalsIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/links/': { id: '/_layout/_pages/_protected/links/' path: '/links' fullPath: '/links' preLoaderRoute: typeof LayoutPagesProtectedLinksIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/onboarding/': { id: '/_layout/_pages/_protected/onboarding/' path: '/onboarding' fullPath: '/onboarding' preLoaderRoute: typeof LayoutPagesProtectedOnboardingIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/pages/': { id: '/_layout/_pages/_protected/pages/' path: '/pages' fullPath: '/pages' preLoaderRoute: typeof LayoutPagesProtectedPagesIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/profile/': { id: '/_layout/_pages/_protected/profile/' path: '/profile' fullPath: '/profile' preLoaderRoute: typeof LayoutPagesProtectedProfileIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/search/': { id: '/_layout/_pages/_protected/search/' path: '/search' fullPath: '/search' preLoaderRoute: typeof LayoutPagesProtectedSearchIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/settings/': { id: '/_layout/_pages/_protected/settings/' path: '/settings' fullPath: '/settings' preLoaderRoute: typeof LayoutPagesProtectedSettingsIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/tasks/': { id: '/_layout/_pages/_protected/tasks/' path: '/tasks' fullPath: '/tasks' preLoaderRoute: typeof LayoutPagesProtectedTasksIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/topics/': { id: '/_layout/_pages/_protected/topics/' path: '/topics' fullPath: '/topics' preLoaderRoute: typeof LayoutPagesProtectedTopicsIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/community/$topicName/': { id: '/_layout/_pages/_protected/community/$topicName/' path: '/community/$topicName' fullPath: '/community/$topicName' preLoaderRoute: typeof LayoutPagesProtectedCommunityTopicNameIndexImport parentRoute: typeof LayoutPagesProtectedImport } '/_layout/_pages/_protected/pages/$pageId/': { id: '/_layout/_pages/_protected/pages/$pageId/' path: '/pages/$pageId' fullPath: '/pages/$pageId' preLoaderRoute: typeof LayoutPagesProtectedPagesPageIdIndexImport parentRoute: typeof LayoutPagesProtectedImport } } } // Create and export the route tree interface LayoutPagesProtectedRouteChildren { LayoutPagesProtectedJournalsIndexRoute: typeof LayoutPagesProtectedJournalsIndexRoute LayoutPagesProtectedLinksIndexRoute: typeof LayoutPagesProtectedLinksIndexRoute LayoutPagesProtectedOnboardingIndexRoute: typeof LayoutPagesProtectedOnboardingIndexRoute LayoutPagesProtectedPagesIndexRoute: typeof LayoutPagesProtectedPagesIndexRoute LayoutPagesProtectedProfileIndexRoute: typeof LayoutPagesProtectedProfileIndexRoute LayoutPagesProtectedSearchIndexRoute: typeof LayoutPagesProtectedSearchIndexRoute LayoutPagesProtectedSettingsIndexRoute: typeof LayoutPagesProtectedSettingsIndexRoute LayoutPagesProtectedTasksIndexRoute: typeof LayoutPagesProtectedTasksIndexRoute LayoutPagesProtectedTopicsIndexRoute: typeof LayoutPagesProtectedTopicsIndexRoute LayoutPagesProtectedCommunityTopicNameIndexRoute: typeof LayoutPagesProtectedCommunityTopicNameIndexRoute LayoutPagesProtectedPagesPageIdIndexRoute: typeof LayoutPagesProtectedPagesPageIdIndexRoute } const LayoutPagesProtectedRouteChildren: LayoutPagesProtectedRouteChildren = { LayoutPagesProtectedJournalsIndexRoute: LayoutPagesProtectedJournalsIndexRoute, LayoutPagesProtectedLinksIndexRoute: LayoutPagesProtectedLinksIndexRoute, LayoutPagesProtectedOnboardingIndexRoute: LayoutPagesProtectedOnboardingIndexRoute, LayoutPagesProtectedPagesIndexRoute: LayoutPagesProtectedPagesIndexRoute, LayoutPagesProtectedProfileIndexRoute: LayoutPagesProtectedProfileIndexRoute, LayoutPagesProtectedSearchIndexRoute: LayoutPagesProtectedSearchIndexRoute, LayoutPagesProtectedSettingsIndexRoute: LayoutPagesProtectedSettingsIndexRoute, LayoutPagesProtectedTasksIndexRoute: LayoutPagesProtectedTasksIndexRoute, LayoutPagesProtectedTopicsIndexRoute: LayoutPagesProtectedTopicsIndexRoute, LayoutPagesProtectedCommunityTopicNameIndexRoute: LayoutPagesProtectedCommunityTopicNameIndexRoute, LayoutPagesProtectedPagesPageIdIndexRoute: LayoutPagesProtectedPagesPageIdIndexRoute, } const LayoutPagesProtectedRouteWithChildren = LayoutPagesProtectedRoute._addFileChildren(LayoutPagesProtectedRouteChildren) interface LayoutPagesRouteChildren { LayoutPagesProtectedRoute: typeof LayoutPagesProtectedRouteWithChildren LayoutPagestopicSplatRoute: typeof LayoutPagestopicSplatRoute } const LayoutPagesRouteChildren: LayoutPagesRouteChildren = { LayoutPagesProtectedRoute: LayoutPagesProtectedRouteWithChildren, LayoutPagestopicSplatRoute: LayoutPagestopicSplatRoute, } const LayoutPagesRouteWithChildren = LayoutPagesRoute._addFileChildren( LayoutPagesRouteChildren, ) interface LayoutauthAuthRouteChildren { LayoutauthAuthSignInSplatRoute: typeof LayoutauthAuthSignInSplatRoute LayoutauthAuthSignUpSplatRoute: typeof LayoutauthAuthSignUpSplatRoute } const LayoutauthAuthRouteChildren: LayoutauthAuthRouteChildren = { LayoutauthAuthSignInSplatRoute: LayoutauthAuthSignInSplatRoute, LayoutauthAuthSignUpSplatRoute: LayoutauthAuthSignUpSplatRoute, } const LayoutauthAuthRouteWithChildren = LayoutauthAuthRoute._addFileChildren( LayoutauthAuthRouteChildren, ) interface LayoutauthRouteChildren { LayoutauthAuthRoute: typeof LayoutauthAuthRouteWithChildren } const LayoutauthRouteChildren: LayoutauthRouteChildren = { LayoutauthAuthRoute: LayoutauthAuthRouteWithChildren, } const LayoutauthRouteWithChildren = LayoutauthRoute._addFileChildren( LayoutauthRouteChildren, ) interface LayoutRouteChildren { LayoutPagesRoute: typeof LayoutPagesRouteWithChildren LayoutauthRoute: typeof LayoutauthRouteWithChildren LayoutlandingIndexRoute: typeof LayoutlandingIndexRoute } const LayoutRouteChildren: LayoutRouteChildren = { LayoutPagesRoute: LayoutPagesRouteWithChildren, LayoutauthRoute: LayoutauthRouteWithChildren, LayoutlandingIndexRoute: LayoutlandingIndexRoute, } const LayoutRouteWithChildren = LayoutRoute._addFileChildren(LayoutRouteChildren) export interface FileRoutesByFullPath { '': typeof LayoutPagesProtectedRouteWithChildren '/': typeof LayoutlandingIndexRoute '/$': typeof LayoutPagestopicSplatRoute '/sign-in/$': typeof LayoutauthAuthSignInSplatRoute '/sign-up/$': typeof LayoutauthAuthSignUpSplatRoute '/journals': typeof LayoutPagesProtectedJournalsIndexRoute '/links': typeof LayoutPagesProtectedLinksIndexRoute '/onboarding': typeof LayoutPagesProtectedOnboardingIndexRoute '/pages': typeof LayoutPagesProtectedPagesIndexRoute '/profile': typeof LayoutPagesProtectedProfileIndexRoute '/search': typeof LayoutPagesProtectedSearchIndexRoute '/settings': typeof LayoutPagesProtectedSettingsIndexRoute '/tasks': typeof LayoutPagesProtectedTasksIndexRoute '/topics': typeof LayoutPagesProtectedTopicsIndexRoute '/community/$topicName': typeof LayoutPagesProtectedCommunityTopicNameIndexRoute '/pages/$pageId': typeof LayoutPagesProtectedPagesPageIdIndexRoute } export interface FileRoutesByTo { '': typeof LayoutPagesProtectedRouteWithChildren '/': typeof LayoutlandingIndexRoute '/$': typeof LayoutPagestopicSplatRoute '/sign-in/$': typeof LayoutauthAuthSignInSplatRoute '/sign-up/$': typeof LayoutauthAuthSignUpSplatRoute '/journals': typeof LayoutPagesProtectedJournalsIndexRoute '/links': typeof LayoutPagesProtectedLinksIndexRoute '/onboarding': typeof LayoutPagesProtectedOnboardingIndexRoute '/pages': typeof LayoutPagesProtectedPagesIndexRoute '/profile': typeof LayoutPagesProtectedProfileIndexRoute '/search': typeof LayoutPagesProtectedSearchIndexRoute '/settings': typeof LayoutPagesProtectedSettingsIndexRoute '/tasks': typeof LayoutPagesProtectedTasksIndexRoute '/topics': typeof LayoutPagesProtectedTopicsIndexRoute '/community/$topicName': typeof LayoutPagesProtectedCommunityTopicNameIndexRoute '/pages/$pageId': typeof LayoutPagesProtectedPagesPageIdIndexRoute } export interface FileRoutesById { __root__: typeof rootRoute '/_layout': typeof LayoutRouteWithChildren '/_layout/_pages': typeof LayoutPagesRouteWithChildren '/_layout/(auth)': typeof LayoutauthRouteWithChildren '/_layout/(auth)/_auth': typeof LayoutauthAuthRouteWithChildren '/_layout/_pages/_protected': typeof LayoutPagesProtectedRouteWithChildren '/_layout/(landing)/': typeof LayoutlandingIndexRoute '/_layout/_pages/(topic)/$': typeof LayoutPagestopicSplatRoute '/_layout/(auth)/_auth/sign-in/$': typeof LayoutauthAuthSignInSplatRoute '/_layout/(auth)/_auth/sign-up/$': typeof LayoutauthAuthSignUpSplatRoute '/_layout/_pages/_protected/journals/': typeof LayoutPagesProtectedJournalsIndexRoute '/_layout/_pages/_protected/links/': typeof LayoutPagesProtectedLinksIndexRoute '/_layout/_pages/_protected/onboarding/': typeof LayoutPagesProtectedOnboardingIndexRoute '/_layout/_pages/_protected/pages/': typeof LayoutPagesProtectedPagesIndexRoute '/_layout/_pages/_protected/profile/': typeof LayoutPagesProtectedProfileIndexRoute '/_layout/_pages/_protected/search/': typeof LayoutPagesProtectedSearchIndexRoute '/_layout/_pages/_protected/settings/': typeof LayoutPagesProtectedSettingsIndexRoute '/_layout/_pages/_protected/tasks/': typeof LayoutPagesProtectedTasksIndexRoute '/_layout/_pages/_protected/topics/': typeof LayoutPagesProtectedTopicsIndexRoute '/_layout/_pages/_protected/community/$topicName/': typeof LayoutPagesProtectedCommunityTopicNameIndexRoute '/_layout/_pages/_protected/pages/$pageId/': typeof LayoutPagesProtectedPagesPageIdIndexRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '' | '/' | '/$' | '/sign-in/$' | '/sign-up/$' | '/journals' | '/links' | '/onboarding' | '/pages' | '/profile' | '/search' | '/settings' | '/tasks' | '/topics' | '/community/$topicName' | '/pages/$pageId' fileRoutesByTo: FileRoutesByTo to: | '' | '/' | '/$' | '/sign-in/$' | '/sign-up/$' | '/journals' | '/links' | '/onboarding' | '/pages' | '/profile' | '/search' | '/settings' | '/tasks' | '/topics' | '/community/$topicName' | '/pages/$pageId' id: | '__root__' | '/_layout' | '/_layout/_pages' | '/_layout/(auth)' | '/_layout/(auth)/_auth' | '/_layout/_pages/_protected' | '/_layout/(landing)/' | '/_layout/_pages/(topic)/$' | '/_layout/(auth)/_auth/sign-in/$' | '/_layout/(auth)/_auth/sign-up/$' | '/_layout/_pages/_protected/journals/' | '/_layout/_pages/_protected/links/' | '/_layout/_pages/_protected/onboarding/' | '/_layout/_pages/_protected/pages/' | '/_layout/_pages/_protected/profile/' | '/_layout/_pages/_protected/search/' | '/_layout/_pages/_protected/settings/' | '/_layout/_pages/_protected/tasks/' | '/_layout/_pages/_protected/topics/' | '/_layout/_pages/_protected/community/$topicName/' | '/_layout/_pages/_protected/pages/$pageId/' fileRoutesById: FileRoutesById } export interface RootRouteChildren { LayoutRoute: typeof LayoutRouteWithChildren } const rootRouteChildren: RootRouteChildren = { LayoutRoute: LayoutRouteWithChildren, } export const routeTree = rootRoute ._addFileChildren(rootRouteChildren) ._addFileTypes() /* prettier-ignore-end */ /* ROUTE_MANIFEST_START { "routes": { "__root__": { "filePath": "__root.tsx", "children": [ "/_layout" ] }, "/_layout": { "filePath": "_layout.tsx", "children": [ "/_layout/_pages", "/_layout/(auth)", "/_layout/(landing)/" ] }, "/_layout/_pages": { "filePath": "_layout/_pages.tsx", "parent": "/_layout", "children": [ "/_layout/_pages/_protected", "/_layout/_pages/(topic)/$" ] }, "/_layout/(auth)": { "filePath": "_layout/(auth)", "parent": "/_layout", "children": [ "/_layout/(auth)/_auth" ] }, "/_layout/(auth)/_auth": { "filePath": "_layout/(auth)/_auth.tsx", "parent": "/_layout/(auth)", "children": [ "/_layout/(auth)/_auth/sign-in/$", "/_layout/(auth)/_auth/sign-up/$" ] }, "/_layout/_pages/_protected": { "filePath": "_layout/_pages/_protected.tsx", "parent": "/_layout/_pages", "children": [ "/_layout/_pages/_protected/journals/", "/_layout/_pages/_protected/links/", "/_layout/_pages/_protected/onboarding/", "/_layout/_pages/_protected/pages/", "/_layout/_pages/_protected/profile/", "/_layout/_pages/_protected/search/", "/_layout/_pages/_protected/settings/", "/_layout/_pages/_protected/tasks/", "/_layout/_pages/_protected/topics/", "/_layout/_pages/_protected/community/$topicName/", "/_layout/_pages/_protected/pages/$pageId/" ] }, "/_layout/(landing)/": { "filePath": "_layout/(landing)/index.tsx", "parent": "/_layout" }, "/_layout/_pages/(topic)/$": { "filePath": "_layout/_pages/(topic)/$.tsx", "parent": "/_layout/_pages" }, "/_layout/(auth)/_auth/sign-in/$": { "filePath": "_layout/(auth)/_auth.sign-in.$.tsx", "parent": "/_layout/(auth)/_auth" }, "/_layout/(auth)/_auth/sign-up/$": { "filePath": "_layout/(auth)/_auth.sign-up.$.tsx", "parent": "/_layout/(auth)/_auth" }, "/_layout/_pages/_protected/journals/": { "filePath": "_layout/_pages/_protected/journals/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/links/": { "filePath": "_layout/_pages/_protected/links/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/onboarding/": { "filePath": "_layout/_pages/_protected/onboarding/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/pages/": { "filePath": "_layout/_pages/_protected/pages/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/profile/": { "filePath": "_layout/_pages/_protected/profile/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/search/": { "filePath": "_layout/_pages/_protected/search/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/settings/": { "filePath": "_layout/_pages/_protected/settings/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/tasks/": { "filePath": "_layout/_pages/_protected/tasks/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/topics/": { "filePath": "_layout/_pages/_protected/topics/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/community/$topicName/": { "filePath": "_layout/_pages/_protected/community/$topicName/index.tsx", "parent": "/_layout/_pages/_protected" }, "/_layout/_pages/_protected/pages/$pageId/": { "filePath": "_layout/_pages/_protected/pages/$pageId/index.tsx", "parent": "/_layout/_pages/_protected" } } } ROUTE_MANIFEST_END */