/* 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 SettingsRouteImport } from './routes/settings' import { Route as SearchRouteImport } from './routes/search' import { Route as NotificationsRouteImport } from './routes/notifications' import { Route as ModerationRouteImport } from './routes/moderation' import { Route as FeedsRouteImport } from './routes/feeds' import { Route as PathlessLayoutRouteImport } from './routes/_pathlessLayout' import { Route as IndexRouteImport } from './routes/index' import { Route as CallbackIndexRouteImport } from './routes/callback/index' import { Route as PathlessLayoutNestedLayoutRouteImport } from './routes/_pathlessLayout/_nested-layout' import { Route as ProfileDidIndexRouteImport } from './routes/profile.$did/index' import { Route as ProfileDidFollowsRouteImport } from './routes/profile.$did/follows' import { Route as ProfileDidFollowersRouteImport } from './routes/profile.$did/followers' import { Route as PathlessLayoutNestedLayoutRouteBRouteImport } from './routes/_pathlessLayout/_nested-layout/route-b' import { Route as PathlessLayoutNestedLayoutRouteARouteImport } from './routes/_pathlessLayout/_nested-layout/route-a' import { Route as ProfileDidPostRkeyRouteImport } from './routes/profile.$did/post.$rkey' import { Route as ProfileDidFeedRkeyRouteImport } from './routes/profile.$did/feed.$rkey' import { Route as ProfileDidPostRkeyRepostedByRouteImport } from './routes/profile.$did/post.$rkey.reposted-by' import { Route as ProfileDidPostRkeyQuotesRouteImport } from './routes/profile.$did/post.$rkey.quotes' import { Route as ProfileDidPostRkeyLikedByRouteImport } from './routes/profile.$did/post.$rkey.liked-by' import { Route as ProfileDidPostRkeyImageIRouteImport } from './routes/profile.$did/post.$rkey.image.$i' const SettingsRoute = SettingsRouteImport.update({ id: '/settings', path: '/settings', getParentRoute: () => rootRouteImport, } as any) const SearchRoute = SearchRouteImport.update({ id: '/search', path: '/search', getParentRoute: () => rootRouteImport, } as any) const NotificationsRoute = NotificationsRouteImport.update({ id: '/notifications', path: '/notifications', getParentRoute: () => rootRouteImport, } as any) const ModerationRoute = ModerationRouteImport.update({ id: '/moderation', path: '/moderation', getParentRoute: () => rootRouteImport, } as any) const FeedsRoute = FeedsRouteImport.update({ id: '/feeds', path: '/feeds', getParentRoute: () => rootRouteImport, } as any) const PathlessLayoutRoute = PathlessLayoutRouteImport.update({ id: '/_pathlessLayout', getParentRoute: () => rootRouteImport, } as any) const IndexRoute = IndexRouteImport.update({ id: '/', path: '/', getParentRoute: () => rootRouteImport, } as any) const CallbackIndexRoute = CallbackIndexRouteImport.update({ id: '/callback/', path: '/callback/', getParentRoute: () => rootRouteImport, } as any) const PathlessLayoutNestedLayoutRoute = PathlessLayoutNestedLayoutRouteImport.update({ id: '/_nested-layout', getParentRoute: () => PathlessLayoutRoute, } as any) const ProfileDidIndexRoute = ProfileDidIndexRouteImport.update({ id: '/profile/$did/', path: '/profile/$did/', getParentRoute: () => rootRouteImport, } as any) const ProfileDidFollowsRoute = ProfileDidFollowsRouteImport.update({ id: '/profile/$did/follows', path: '/profile/$did/follows', getParentRoute: () => rootRouteImport, } as any) const ProfileDidFollowersRoute = ProfileDidFollowersRouteImport.update({ id: '/profile/$did/followers', path: '/profile/$did/followers', getParentRoute: () => rootRouteImport, } as any) const PathlessLayoutNestedLayoutRouteBRoute = PathlessLayoutNestedLayoutRouteBRouteImport.update({ id: '/route-b', path: '/route-b', getParentRoute: () => PathlessLayoutNestedLayoutRoute, } as any) const PathlessLayoutNestedLayoutRouteARoute = PathlessLayoutNestedLayoutRouteARouteImport.update({ id: '/route-a', path: '/route-a', getParentRoute: () => PathlessLayoutNestedLayoutRoute, } as any) const ProfileDidPostRkeyRoute = ProfileDidPostRkeyRouteImport.update({ id: '/profile/$did/post/$rkey', path: '/profile/$did/post/$rkey', getParentRoute: () => rootRouteImport, } as any) const ProfileDidFeedRkeyRoute = ProfileDidFeedRkeyRouteImport.update({ id: '/profile/$did/feed/$rkey', path: '/profile/$did/feed/$rkey', getParentRoute: () => rootRouteImport, } as any) const ProfileDidPostRkeyRepostedByRoute = ProfileDidPostRkeyRepostedByRouteImport.update({ id: '/reposted-by', path: '/reposted-by', getParentRoute: () => ProfileDidPostRkeyRoute, } as any) const ProfileDidPostRkeyQuotesRoute = ProfileDidPostRkeyQuotesRouteImport.update({ id: '/quotes', path: '/quotes', getParentRoute: () => ProfileDidPostRkeyRoute, } as any) const ProfileDidPostRkeyLikedByRoute = ProfileDidPostRkeyLikedByRouteImport.update({ id: '/liked-by', path: '/liked-by', getParentRoute: () => ProfileDidPostRkeyRoute, } as any) const ProfileDidPostRkeyImageIRoute = ProfileDidPostRkeyImageIRouteImport.update({ id: '/image/$i', path: '/image/$i', getParentRoute: () => ProfileDidPostRkeyRoute, } as any) export interface FileRoutesByFullPath { '/': typeof IndexRoute '/feeds': typeof FeedsRoute '/moderation': typeof ModerationRoute '/notifications': typeof NotificationsRoute '/search': typeof SearchRoute '/settings': typeof SettingsRoute '/callback': typeof CallbackIndexRoute '/route-a': typeof PathlessLayoutNestedLayoutRouteARoute '/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute '/profile/$did/followers': typeof ProfileDidFollowersRoute '/profile/$did/follows': typeof ProfileDidFollowsRoute '/profile/$did': typeof ProfileDidIndexRoute '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute } export interface FileRoutesByTo { '/': typeof IndexRoute '/feeds': typeof FeedsRoute '/moderation': typeof ModerationRoute '/notifications': typeof NotificationsRoute '/search': typeof SearchRoute '/settings': typeof SettingsRoute '/callback': typeof CallbackIndexRoute '/route-a': typeof PathlessLayoutNestedLayoutRouteARoute '/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute '/profile/$did/followers': typeof ProfileDidFollowersRoute '/profile/$did/follows': typeof ProfileDidFollowsRoute '/profile/$did': typeof ProfileDidIndexRoute '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute } export interface FileRoutesById { __root__: typeof rootRouteImport '/': typeof IndexRoute '/_pathlessLayout': typeof PathlessLayoutRouteWithChildren '/feeds': typeof FeedsRoute '/moderation': typeof ModerationRoute '/notifications': typeof NotificationsRoute '/search': typeof SearchRoute '/settings': typeof SettingsRoute '/_pathlessLayout/_nested-layout': typeof PathlessLayoutNestedLayoutRouteWithChildren '/callback/': typeof CallbackIndexRoute '/_pathlessLayout/_nested-layout/route-a': typeof PathlessLayoutNestedLayoutRouteARoute '/_pathlessLayout/_nested-layout/route-b': typeof PathlessLayoutNestedLayoutRouteBRoute '/profile/$did/followers': typeof ProfileDidFollowersRoute '/profile/$did/follows': typeof ProfileDidFollowsRoute '/profile/$did/': typeof ProfileDidIndexRoute '/profile/$did/feed/$rkey': typeof ProfileDidFeedRkeyRoute '/profile/$did/post/$rkey': typeof ProfileDidPostRkeyRouteWithChildren '/profile/$did/post/$rkey/liked-by': typeof ProfileDidPostRkeyLikedByRoute '/profile/$did/post/$rkey/quotes': typeof ProfileDidPostRkeyQuotesRoute '/profile/$did/post/$rkey/reposted-by': typeof ProfileDidPostRkeyRepostedByRoute '/profile/$did/post/$rkey/image/$i': typeof ProfileDidPostRkeyImageIRoute } export interface FileRouteTypes { fileRoutesByFullPath: FileRoutesByFullPath fullPaths: | '/' | '/feeds' | '/moderation' | '/notifications' | '/search' | '/settings' | '/callback' | '/route-a' | '/route-b' | '/profile/$did/followers' | '/profile/$did/follows' | '/profile/$did' | '/profile/$did/feed/$rkey' | '/profile/$did/post/$rkey' | '/profile/$did/post/$rkey/liked-by' | '/profile/$did/post/$rkey/quotes' | '/profile/$did/post/$rkey/reposted-by' | '/profile/$did/post/$rkey/image/$i' fileRoutesByTo: FileRoutesByTo to: | '/' | '/feeds' | '/moderation' | '/notifications' | '/search' | '/settings' | '/callback' | '/route-a' | '/route-b' | '/profile/$did/followers' | '/profile/$did/follows' | '/profile/$did' | '/profile/$did/feed/$rkey' | '/profile/$did/post/$rkey' | '/profile/$did/post/$rkey/liked-by' | '/profile/$did/post/$rkey/quotes' | '/profile/$did/post/$rkey/reposted-by' | '/profile/$did/post/$rkey/image/$i' id: | '__root__' | '/' | '/_pathlessLayout' | '/feeds' | '/moderation' | '/notifications' | '/search' | '/settings' | '/_pathlessLayout/_nested-layout' | '/callback/' | '/_pathlessLayout/_nested-layout/route-a' | '/_pathlessLayout/_nested-layout/route-b' | '/profile/$did/followers' | '/profile/$did/follows' | '/profile/$did/' | '/profile/$did/feed/$rkey' | '/profile/$did/post/$rkey' | '/profile/$did/post/$rkey/liked-by' | '/profile/$did/post/$rkey/quotes' | '/profile/$did/post/$rkey/reposted-by' | '/profile/$did/post/$rkey/image/$i' fileRoutesById: FileRoutesById } export interface RootRouteChildren { IndexRoute: typeof IndexRoute PathlessLayoutRoute: typeof PathlessLayoutRouteWithChildren FeedsRoute: typeof FeedsRoute ModerationRoute: typeof ModerationRoute NotificationsRoute: typeof NotificationsRoute SearchRoute: typeof SearchRoute SettingsRoute: typeof SettingsRoute CallbackIndexRoute: typeof CallbackIndexRoute ProfileDidFollowersRoute: typeof ProfileDidFollowersRoute ProfileDidFollowsRoute: typeof ProfileDidFollowsRoute ProfileDidIndexRoute: typeof ProfileDidIndexRoute ProfileDidFeedRkeyRoute: typeof ProfileDidFeedRkeyRoute ProfileDidPostRkeyRoute: typeof ProfileDidPostRkeyRouteWithChildren } declare module '@tanstack/react-router' { interface FileRoutesByPath { '/settings': { id: '/settings' path: '/settings' fullPath: '/settings' preLoaderRoute: typeof SettingsRouteImport parentRoute: typeof rootRouteImport } '/search': { id: '/search' path: '/search' fullPath: '/search' preLoaderRoute: typeof SearchRouteImport parentRoute: typeof rootRouteImport } '/notifications': { id: '/notifications' path: '/notifications' fullPath: '/notifications' preLoaderRoute: typeof NotificationsRouteImport parentRoute: typeof rootRouteImport } '/moderation': { id: '/moderation' path: '/moderation' fullPath: '/moderation' preLoaderRoute: typeof ModerationRouteImport parentRoute: typeof rootRouteImport } '/feeds': { id: '/feeds' path: '/feeds' fullPath: '/feeds' preLoaderRoute: typeof FeedsRouteImport parentRoute: typeof rootRouteImport } '/_pathlessLayout': { id: '/_pathlessLayout' path: '' fullPath: '' preLoaderRoute: typeof PathlessLayoutRouteImport parentRoute: typeof rootRouteImport } '/': { id: '/' path: '/' fullPath: '/' preLoaderRoute: typeof IndexRouteImport parentRoute: typeof rootRouteImport } '/callback/': { id: '/callback/' path: '/callback' fullPath: '/callback' preLoaderRoute: typeof CallbackIndexRouteImport parentRoute: typeof rootRouteImport } '/_pathlessLayout/_nested-layout': { id: '/_pathlessLayout/_nested-layout' path: '' fullPath: '' preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteImport parentRoute: typeof PathlessLayoutRoute } '/profile/$did/': { id: '/profile/$did/' path: '/profile/$did' fullPath: '/profile/$did' preLoaderRoute: typeof ProfileDidIndexRouteImport parentRoute: typeof rootRouteImport } '/profile/$did/follows': { id: '/profile/$did/follows' path: '/profile/$did/follows' fullPath: '/profile/$did/follows' preLoaderRoute: typeof ProfileDidFollowsRouteImport parentRoute: typeof rootRouteImport } '/profile/$did/followers': { id: '/profile/$did/followers' path: '/profile/$did/followers' fullPath: '/profile/$did/followers' preLoaderRoute: typeof ProfileDidFollowersRouteImport parentRoute: typeof rootRouteImport } '/_pathlessLayout/_nested-layout/route-b': { id: '/_pathlessLayout/_nested-layout/route-b' path: '/route-b' fullPath: '/route-b' preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteBRouteImport parentRoute: typeof PathlessLayoutNestedLayoutRoute } '/_pathlessLayout/_nested-layout/route-a': { id: '/_pathlessLayout/_nested-layout/route-a' path: '/route-a' fullPath: '/route-a' preLoaderRoute: typeof PathlessLayoutNestedLayoutRouteARouteImport parentRoute: typeof PathlessLayoutNestedLayoutRoute } '/profile/$did/post/$rkey': { id: '/profile/$did/post/$rkey' path: '/profile/$did/post/$rkey' fullPath: '/profile/$did/post/$rkey' preLoaderRoute: typeof ProfileDidPostRkeyRouteImport parentRoute: typeof rootRouteImport } '/profile/$did/feed/$rkey': { id: '/profile/$did/feed/$rkey' path: '/profile/$did/feed/$rkey' fullPath: '/profile/$did/feed/$rkey' preLoaderRoute: typeof ProfileDidFeedRkeyRouteImport parentRoute: typeof rootRouteImport } '/profile/$did/post/$rkey/reposted-by': { id: '/profile/$did/post/$rkey/reposted-by' path: '/reposted-by' fullPath: '/profile/$did/post/$rkey/reposted-by' preLoaderRoute: typeof ProfileDidPostRkeyRepostedByRouteImport parentRoute: typeof ProfileDidPostRkeyRoute } '/profile/$did/post/$rkey/quotes': { id: '/profile/$did/post/$rkey/quotes' path: '/quotes' fullPath: '/profile/$did/post/$rkey/quotes' preLoaderRoute: typeof ProfileDidPostRkeyQuotesRouteImport parentRoute: typeof ProfileDidPostRkeyRoute } '/profile/$did/post/$rkey/liked-by': { id: '/profile/$did/post/$rkey/liked-by' path: '/liked-by' fullPath: '/profile/$did/post/$rkey/liked-by' preLoaderRoute: typeof ProfileDidPostRkeyLikedByRouteImport parentRoute: typeof ProfileDidPostRkeyRoute } '/profile/$did/post/$rkey/image/$i': { id: '/profile/$did/post/$rkey/image/$i' path: '/image/$i' fullPath: '/profile/$did/post/$rkey/image/$i' preLoaderRoute: typeof ProfileDidPostRkeyImageIRouteImport parentRoute: typeof ProfileDidPostRkeyRoute } } } interface PathlessLayoutNestedLayoutRouteChildren { PathlessLayoutNestedLayoutRouteARoute: typeof PathlessLayoutNestedLayoutRouteARoute PathlessLayoutNestedLayoutRouteBRoute: typeof PathlessLayoutNestedLayoutRouteBRoute } const PathlessLayoutNestedLayoutRouteChildren: PathlessLayoutNestedLayoutRouteChildren = { PathlessLayoutNestedLayoutRouteARoute: PathlessLayoutNestedLayoutRouteARoute, PathlessLayoutNestedLayoutRouteBRoute: PathlessLayoutNestedLayoutRouteBRoute, } const PathlessLayoutNestedLayoutRouteWithChildren = PathlessLayoutNestedLayoutRoute._addFileChildren( PathlessLayoutNestedLayoutRouteChildren, ) interface PathlessLayoutRouteChildren { PathlessLayoutNestedLayoutRoute: typeof PathlessLayoutNestedLayoutRouteWithChildren } const PathlessLayoutRouteChildren: PathlessLayoutRouteChildren = { PathlessLayoutNestedLayoutRoute: PathlessLayoutNestedLayoutRouteWithChildren, } const PathlessLayoutRouteWithChildren = PathlessLayoutRoute._addFileChildren( PathlessLayoutRouteChildren, ) interface ProfileDidPostRkeyRouteChildren { ProfileDidPostRkeyLikedByRoute: typeof ProfileDidPostRkeyLikedByRoute ProfileDidPostRkeyQuotesRoute: typeof ProfileDidPostRkeyQuotesRoute ProfileDidPostRkeyRepostedByRoute: typeof ProfileDidPostRkeyRepostedByRoute ProfileDidPostRkeyImageIRoute: typeof ProfileDidPostRkeyImageIRoute } const ProfileDidPostRkeyRouteChildren: ProfileDidPostRkeyRouteChildren = { ProfileDidPostRkeyLikedByRoute: ProfileDidPostRkeyLikedByRoute, ProfileDidPostRkeyQuotesRoute: ProfileDidPostRkeyQuotesRoute, ProfileDidPostRkeyRepostedByRoute: ProfileDidPostRkeyRepostedByRoute, ProfileDidPostRkeyImageIRoute: ProfileDidPostRkeyImageIRoute, } const ProfileDidPostRkeyRouteWithChildren = ProfileDidPostRkeyRoute._addFileChildren(ProfileDidPostRkeyRouteChildren) const rootRouteChildren: RootRouteChildren = { IndexRoute: IndexRoute, PathlessLayoutRoute: PathlessLayoutRouteWithChildren, FeedsRoute: FeedsRoute, ModerationRoute: ModerationRoute, NotificationsRoute: NotificationsRoute, SearchRoute: SearchRoute, SettingsRoute: SettingsRoute, CallbackIndexRoute: CallbackIndexRoute, ProfileDidFollowersRoute: ProfileDidFollowersRoute, ProfileDidFollowsRoute: ProfileDidFollowsRoute, ProfileDidIndexRoute: ProfileDidIndexRoute, ProfileDidFeedRkeyRoute: ProfileDidFeedRkeyRoute, ProfileDidPostRkeyRoute: ProfileDidPostRkeyRouteWithChildren, } export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes()