File size: 7,543 Bytes
d711d0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 | /* 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 WhySafesightRouteImport } from './routes/why-safesight'
import { Route as TermsRouteImport } from './routes/terms'
import { Route as SitemapDotxmlRouteImport } from './routes/sitemap[.]xml'
import { Route as PrivacyRouteImport } from './routes/privacy'
import { Route as PricingRouteImport } from './routes/pricing'
import { Route as HowItWorksRouteImport } from './routes/how-it-works'
import { Route as DownloadRouteImport } from './routes/download'
import { Route as ContactRouteImport } from './routes/contact'
import { Route as AboutRouteImport } from './routes/about'
import { Route as IndexRouteImport } from './routes/index'
const WhySafesightRoute = WhySafesightRouteImport.update({
id: '/why-safesight',
path: '/why-safesight',
getParentRoute: () => rootRouteImport,
} as any)
const TermsRoute = TermsRouteImport.update({
id: '/terms',
path: '/terms',
getParentRoute: () => rootRouteImport,
} as any)
const SitemapDotxmlRoute = SitemapDotxmlRouteImport.update({
id: '/sitemap.xml',
path: '/sitemap.xml',
getParentRoute: () => rootRouteImport,
} as any)
const PrivacyRoute = PrivacyRouteImport.update({
id: '/privacy',
path: '/privacy',
getParentRoute: () => rootRouteImport,
} as any)
const PricingRoute = PricingRouteImport.update({
id: '/pricing',
path: '/pricing',
getParentRoute: () => rootRouteImport,
} as any)
const HowItWorksRoute = HowItWorksRouteImport.update({
id: '/how-it-works',
path: '/how-it-works',
getParentRoute: () => rootRouteImport,
} as any)
const DownloadRoute = DownloadRouteImport.update({
id: '/download',
path: '/download',
getParentRoute: () => rootRouteImport,
} as any)
const ContactRoute = ContactRouteImport.update({
id: '/contact',
path: '/contact',
getParentRoute: () => rootRouteImport,
} as any)
const AboutRoute = AboutRouteImport.update({
id: '/about',
path: '/about',
getParentRoute: () => rootRouteImport,
} as any)
const IndexRoute = IndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => rootRouteImport,
} as any)
export interface FileRoutesByFullPath {
'/': typeof IndexRoute
'/about': typeof AboutRoute
'/contact': typeof ContactRoute
'/download': typeof DownloadRoute
'/how-it-works': typeof HowItWorksRoute
'/pricing': typeof PricingRoute
'/privacy': typeof PrivacyRoute
'/sitemap.xml': typeof SitemapDotxmlRoute
'/terms': typeof TermsRoute
'/why-safesight': typeof WhySafesightRoute
}
export interface FileRoutesByTo {
'/': typeof IndexRoute
'/about': typeof AboutRoute
'/contact': typeof ContactRoute
'/download': typeof DownloadRoute
'/how-it-works': typeof HowItWorksRoute
'/pricing': typeof PricingRoute
'/privacy': typeof PrivacyRoute
'/sitemap.xml': typeof SitemapDotxmlRoute
'/terms': typeof TermsRoute
'/why-safesight': typeof WhySafesightRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/': typeof IndexRoute
'/about': typeof AboutRoute
'/contact': typeof ContactRoute
'/download': typeof DownloadRoute
'/how-it-works': typeof HowItWorksRoute
'/pricing': typeof PricingRoute
'/privacy': typeof PrivacyRoute
'/sitemap.xml': typeof SitemapDotxmlRoute
'/terms': typeof TermsRoute
'/why-safesight': typeof WhySafesightRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| '/'
| '/about'
| '/contact'
| '/download'
| '/how-it-works'
| '/pricing'
| '/privacy'
| '/sitemap.xml'
| '/terms'
| '/why-safesight'
fileRoutesByTo: FileRoutesByTo
to:
| '/'
| '/about'
| '/contact'
| '/download'
| '/how-it-works'
| '/pricing'
| '/privacy'
| '/sitemap.xml'
| '/terms'
| '/why-safesight'
id:
| '__root__'
| '/'
| '/about'
| '/contact'
| '/download'
| '/how-it-works'
| '/pricing'
| '/privacy'
| '/sitemap.xml'
| '/terms'
| '/why-safesight'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
IndexRoute: typeof IndexRoute
AboutRoute: typeof AboutRoute
ContactRoute: typeof ContactRoute
DownloadRoute: typeof DownloadRoute
HowItWorksRoute: typeof HowItWorksRoute
PricingRoute: typeof PricingRoute
PrivacyRoute: typeof PrivacyRoute
SitemapDotxmlRoute: typeof SitemapDotxmlRoute
TermsRoute: typeof TermsRoute
WhySafesightRoute: typeof WhySafesightRoute
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/why-safesight': {
id: '/why-safesight'
path: '/why-safesight'
fullPath: '/why-safesight'
preLoaderRoute: typeof WhySafesightRouteImport
parentRoute: typeof rootRouteImport
}
'/terms': {
id: '/terms'
path: '/terms'
fullPath: '/terms'
preLoaderRoute: typeof TermsRouteImport
parentRoute: typeof rootRouteImport
}
'/sitemap.xml': {
id: '/sitemap.xml'
path: '/sitemap.xml'
fullPath: '/sitemap.xml'
preLoaderRoute: typeof SitemapDotxmlRouteImport
parentRoute: typeof rootRouteImport
}
'/privacy': {
id: '/privacy'
path: '/privacy'
fullPath: '/privacy'
preLoaderRoute: typeof PrivacyRouteImport
parentRoute: typeof rootRouteImport
}
'/pricing': {
id: '/pricing'
path: '/pricing'
fullPath: '/pricing'
preLoaderRoute: typeof PricingRouteImport
parentRoute: typeof rootRouteImport
}
'/how-it-works': {
id: '/how-it-works'
path: '/how-it-works'
fullPath: '/how-it-works'
preLoaderRoute: typeof HowItWorksRouteImport
parentRoute: typeof rootRouteImport
}
'/download': {
id: '/download'
path: '/download'
fullPath: '/download'
preLoaderRoute: typeof DownloadRouteImport
parentRoute: typeof rootRouteImport
}
'/contact': {
id: '/contact'
path: '/contact'
fullPath: '/contact'
preLoaderRoute: typeof ContactRouteImport
parentRoute: typeof rootRouteImport
}
'/about': {
id: '/about'
path: '/about'
fullPath: '/about'
preLoaderRoute: typeof AboutRouteImport
parentRoute: typeof rootRouteImport
}
'/': {
id: '/'
path: '/'
fullPath: '/'
preLoaderRoute: typeof IndexRouteImport
parentRoute: typeof rootRouteImport
}
}
}
const rootRouteChildren: RootRouteChildren = {
IndexRoute: IndexRoute,
AboutRoute: AboutRoute,
ContactRoute: ContactRoute,
DownloadRoute: DownloadRoute,
HowItWorksRoute: HowItWorksRoute,
PricingRoute: PricingRoute,
PrivacyRoute: PrivacyRoute,
SitemapDotxmlRoute: SitemapDotxmlRoute,
TermsRoute: TermsRoute,
WhySafesightRoute: WhySafesightRoute,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()
import type { getRouter } from './router.tsx'
import type { startInstance } from './start.ts'
declare module '@tanstack/react-start' {
interface Register {
ssr: true
router: Awaited<ReturnType<typeof getRouter>>
config: Awaited<ReturnType<typeof startInstance.getOptions>>
}
}
|