routeTree.gen.ts
1 /* eslint-disable */ 2 3 // @ts-nocheck 4 5 // noinspection JSUnusedGlobalSymbols 6 7 // This file was automatically generated by TanStack Router. 8 // You should NOT make any changes in this file as it will be overwritten. 9 // Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified. 10 11 import { createFileRoute } from '@tanstack/react-router' 12 13 // Import Routes 14 15 import { Route as rootRoute } from './routes/__root.tsx' 16 17 // Create Virtual Routes 18 19 const ShippingLazyImport = createFileRoute('/shipping')() 20 const ShareLazyImport = createFileRoute('/share')() 21 const SettingsLazyImport = createFileRoute('/settings')() 22 const PrivacyPolicyLazyImport = createFileRoute('/privacy-policy')() 23 const PayLazyImport = createFileRoute('/pay')() 24 const OrdersLazyImport = createFileRoute('/orders')() 25 const OrderDetailsLazyImport = createFileRoute('/order-details')() 26 const MerchantDashboardLazyImport = createFileRoute('/merchant-dashboard')() 27 const MerchantConnectLazyImport = createFileRoute('/merchant-connect')() 28 const ListingsLazyImport = createFileRoute('/listings')() 29 const ListingDetailLazyImport = createFileRoute('/listing-detail')() 30 const EditListingLazyImport = createFileRoute('/edit-listing')() 31 const CreateShopLazyImport = createFileRoute('/create-shop')() 32 const CookieNoticeLazyImport = createFileRoute('/cookie-notice')() 33 const ContactLazyImport = createFileRoute('/contact')() 34 const CartLazyImport = createFileRoute('/cart')() 35 const IndexLazyImport = createFileRoute('/')() 36 37 // Create/Update Routes 38 39 const ShippingLazyRoute = ShippingLazyImport.update({ 40 id: '/shipping', 41 path: '/shipping', 42 getParentRoute: () => rootRoute, 43 } as any).lazy(() => import('./routes/shipping.lazy.tsx').then((d) => d.Route)) 44 45 const ShareLazyRoute = ShareLazyImport.update({ 46 id: '/share', 47 path: '/share', 48 getParentRoute: () => rootRoute, 49 } as any).lazy(() => import('./routes/share.lazy.tsx').then((d) => d.Route)) 50 51 const SettingsLazyRoute = SettingsLazyImport.update({ 52 id: '/settings', 53 path: '/settings', 54 getParentRoute: () => rootRoute, 55 } as any).lazy(() => import('./routes/settings.lazy.tsx').then((d) => d.Route)) 56 57 const PrivacyPolicyLazyRoute = PrivacyPolicyLazyImport.update({ 58 id: '/privacy-policy', 59 path: '/privacy-policy', 60 getParentRoute: () => rootRoute, 61 } as any).lazy(() => 62 import('./routes/privacy-policy.lazy.tsx').then((d) => d.Route), 63 ) 64 65 const PayLazyRoute = PayLazyImport.update({ 66 id: '/pay', 67 path: '/pay', 68 getParentRoute: () => rootRoute, 69 } as any).lazy(() => import('./routes/pay.lazy.tsx').then((d) => d.Route)) 70 71 const OrdersLazyRoute = OrdersLazyImport.update({ 72 id: '/orders', 73 path: '/orders', 74 getParentRoute: () => rootRoute, 75 } as any).lazy(() => import('./routes/orders.lazy.tsx').then((d) => d.Route)) 76 77 const OrderDetailsLazyRoute = OrderDetailsLazyImport.update({ 78 id: '/order-details', 79 path: '/order-details', 80 getParentRoute: () => rootRoute, 81 } as any).lazy(() => 82 import('./routes/order-details.lazy.tsx').then((d) => d.Route), 83 ) 84 85 const MerchantDashboardLazyRoute = MerchantDashboardLazyImport.update({ 86 id: '/merchant-dashboard', 87 path: '/merchant-dashboard', 88 getParentRoute: () => rootRoute, 89 } as any).lazy(() => 90 import('./routes/merchant-dashboard.lazy.tsx').then((d) => d.Route), 91 ) 92 93 const MerchantConnectLazyRoute = MerchantConnectLazyImport.update({ 94 id: '/merchant-connect', 95 path: '/merchant-connect', 96 getParentRoute: () => rootRoute, 97 } as any).lazy(() => 98 import('./routes/merchant-connect.lazy.tsx').then((d) => d.Route), 99 ) 100 101 const ListingsLazyRoute = ListingsLazyImport.update({ 102 id: '/listings', 103 path: '/listings', 104 getParentRoute: () => rootRoute, 105 } as any).lazy(() => import('./routes/listings.lazy.tsx').then((d) => d.Route)) 106 107 const ListingDetailLazyRoute = ListingDetailLazyImport.update({ 108 id: '/listing-detail', 109 path: '/listing-detail', 110 getParentRoute: () => rootRoute, 111 } as any).lazy(() => 112 import('./routes/listing-detail.lazy.tsx').then((d) => d.Route), 113 ) 114 115 const EditListingLazyRoute = EditListingLazyImport.update({ 116 id: '/edit-listing', 117 path: '/edit-listing', 118 getParentRoute: () => rootRoute, 119 } as any).lazy(() => 120 import('./routes/edit-listing.lazy.tsx').then((d) => d.Route), 121 ) 122 123 const CreateShopLazyRoute = CreateShopLazyImport.update({ 124 id: '/create-shop', 125 path: '/create-shop', 126 getParentRoute: () => rootRoute, 127 } as any).lazy(() => 128 import('./routes/create-shop.lazy.tsx').then((d) => d.Route), 129 ) 130 131 const CookieNoticeLazyRoute = CookieNoticeLazyImport.update({ 132 id: '/cookie-notice', 133 path: '/cookie-notice', 134 getParentRoute: () => rootRoute, 135 } as any).lazy(() => 136 import('./routes/cookie-notice.lazy.tsx').then((d) => d.Route), 137 ) 138 139 const ContactLazyRoute = ContactLazyImport.update({ 140 id: '/contact', 141 path: '/contact', 142 getParentRoute: () => rootRoute, 143 } as any).lazy(() => import('./routes/contact.lazy.tsx').then((d) => d.Route)) 144 145 const CartLazyRoute = CartLazyImport.update({ 146 id: '/cart', 147 path: '/cart', 148 getParentRoute: () => rootRoute, 149 } as any).lazy(() => import('./routes/cart.lazy.tsx').then((d) => d.Route)) 150 151 const IndexLazyRoute = IndexLazyImport.update({ 152 id: '/', 153 path: '/', 154 getParentRoute: () => rootRoute, 155 } as any).lazy(() => import('./routes/index.lazy.tsx').then((d) => d.Route)) 156 157 // Populate the FileRoutesByPath interface 158 159 declare module '@tanstack/react-router' { 160 interface FileRoutesByPath { 161 '/': { 162 id: '/' 163 path: '/' 164 fullPath: '/' 165 preLoaderRoute: typeof IndexLazyImport 166 parentRoute: typeof rootRoute 167 } 168 '/cart': { 169 id: '/cart' 170 path: '/cart' 171 fullPath: '/cart' 172 preLoaderRoute: typeof CartLazyImport 173 parentRoute: typeof rootRoute 174 } 175 '/contact': { 176 id: '/contact' 177 path: '/contact' 178 fullPath: '/contact' 179 preLoaderRoute: typeof ContactLazyImport 180 parentRoute: typeof rootRoute 181 } 182 '/cookie-notice': { 183 id: '/cookie-notice' 184 path: '/cookie-notice' 185 fullPath: '/cookie-notice' 186 preLoaderRoute: typeof CookieNoticeLazyImport 187 parentRoute: typeof rootRoute 188 } 189 '/create-shop': { 190 id: '/create-shop' 191 path: '/create-shop' 192 fullPath: '/create-shop' 193 preLoaderRoute: typeof CreateShopLazyImport 194 parentRoute: typeof rootRoute 195 } 196 '/edit-listing': { 197 id: '/edit-listing' 198 path: '/edit-listing' 199 fullPath: '/edit-listing' 200 preLoaderRoute: typeof EditListingLazyImport 201 parentRoute: typeof rootRoute 202 } 203 '/listing-detail': { 204 id: '/listing-detail' 205 path: '/listing-detail' 206 fullPath: '/listing-detail' 207 preLoaderRoute: typeof ListingDetailLazyImport 208 parentRoute: typeof rootRoute 209 } 210 '/listings': { 211 id: '/listings' 212 path: '/listings' 213 fullPath: '/listings' 214 preLoaderRoute: typeof ListingsLazyImport 215 parentRoute: typeof rootRoute 216 } 217 '/merchant-connect': { 218 id: '/merchant-connect' 219 path: '/merchant-connect' 220 fullPath: '/merchant-connect' 221 preLoaderRoute: typeof MerchantConnectLazyImport 222 parentRoute: typeof rootRoute 223 } 224 '/merchant-dashboard': { 225 id: '/merchant-dashboard' 226 path: '/merchant-dashboard' 227 fullPath: '/merchant-dashboard' 228 preLoaderRoute: typeof MerchantDashboardLazyImport 229 parentRoute: typeof rootRoute 230 } 231 '/order-details': { 232 id: '/order-details' 233 path: '/order-details' 234 fullPath: '/order-details' 235 preLoaderRoute: typeof OrderDetailsLazyImport 236 parentRoute: typeof rootRoute 237 } 238 '/orders': { 239 id: '/orders' 240 path: '/orders' 241 fullPath: '/orders' 242 preLoaderRoute: typeof OrdersLazyImport 243 parentRoute: typeof rootRoute 244 } 245 '/pay': { 246 id: '/pay' 247 path: '/pay' 248 fullPath: '/pay' 249 preLoaderRoute: typeof PayLazyImport 250 parentRoute: typeof rootRoute 251 } 252 '/privacy-policy': { 253 id: '/privacy-policy' 254 path: '/privacy-policy' 255 fullPath: '/privacy-policy' 256 preLoaderRoute: typeof PrivacyPolicyLazyImport 257 parentRoute: typeof rootRoute 258 } 259 '/settings': { 260 id: '/settings' 261 path: '/settings' 262 fullPath: '/settings' 263 preLoaderRoute: typeof SettingsLazyImport 264 parentRoute: typeof rootRoute 265 } 266 '/share': { 267 id: '/share' 268 path: '/share' 269 fullPath: '/share' 270 preLoaderRoute: typeof ShareLazyImport 271 parentRoute: typeof rootRoute 272 } 273 '/shipping': { 274 id: '/shipping' 275 path: '/shipping' 276 fullPath: '/shipping' 277 preLoaderRoute: typeof ShippingLazyImport 278 parentRoute: typeof rootRoute 279 } 280 } 281 } 282 283 // Create and export the route tree 284 285 export interface FileRoutesByFullPath { 286 '/': typeof IndexLazyRoute 287 '/cart': typeof CartLazyRoute 288 '/contact': typeof ContactLazyRoute 289 '/cookie-notice': typeof CookieNoticeLazyRoute 290 '/create-shop': typeof CreateShopLazyRoute 291 '/edit-listing': typeof EditListingLazyRoute 292 '/listing-detail': typeof ListingDetailLazyRoute 293 '/listings': typeof ListingsLazyRoute 294 '/merchant-connect': typeof MerchantConnectLazyRoute 295 '/merchant-dashboard': typeof MerchantDashboardLazyRoute 296 '/order-details': typeof OrderDetailsLazyRoute 297 '/orders': typeof OrdersLazyRoute 298 '/pay': typeof PayLazyRoute 299 '/privacy-policy': typeof PrivacyPolicyLazyRoute 300 '/settings': typeof SettingsLazyRoute 301 '/share': typeof ShareLazyRoute 302 '/shipping': typeof ShippingLazyRoute 303 } 304 305 export interface FileRoutesByTo { 306 '/': typeof IndexLazyRoute 307 '/cart': typeof CartLazyRoute 308 '/contact': typeof ContactLazyRoute 309 '/cookie-notice': typeof CookieNoticeLazyRoute 310 '/create-shop': typeof CreateShopLazyRoute 311 '/edit-listing': typeof EditListingLazyRoute 312 '/listing-detail': typeof ListingDetailLazyRoute 313 '/listings': typeof ListingsLazyRoute 314 '/merchant-connect': typeof MerchantConnectLazyRoute 315 '/merchant-dashboard': typeof MerchantDashboardLazyRoute 316 '/order-details': typeof OrderDetailsLazyRoute 317 '/orders': typeof OrdersLazyRoute 318 '/pay': typeof PayLazyRoute 319 '/privacy-policy': typeof PrivacyPolicyLazyRoute 320 '/settings': typeof SettingsLazyRoute 321 '/share': typeof ShareLazyRoute 322 '/shipping': typeof ShippingLazyRoute 323 } 324 325 export interface FileRoutesById { 326 __root__: typeof rootRoute 327 '/': typeof IndexLazyRoute 328 '/cart': typeof CartLazyRoute 329 '/contact': typeof ContactLazyRoute 330 '/cookie-notice': typeof CookieNoticeLazyRoute 331 '/create-shop': typeof CreateShopLazyRoute 332 '/edit-listing': typeof EditListingLazyRoute 333 '/listing-detail': typeof ListingDetailLazyRoute 334 '/listings': typeof ListingsLazyRoute 335 '/merchant-connect': typeof MerchantConnectLazyRoute 336 '/merchant-dashboard': typeof MerchantDashboardLazyRoute 337 '/order-details': typeof OrderDetailsLazyRoute 338 '/orders': typeof OrdersLazyRoute 339 '/pay': typeof PayLazyRoute 340 '/privacy-policy': typeof PrivacyPolicyLazyRoute 341 '/settings': typeof SettingsLazyRoute 342 '/share': typeof ShareLazyRoute 343 '/shipping': typeof ShippingLazyRoute 344 } 345 346 export interface FileRouteTypes { 347 fileRoutesByFullPath: FileRoutesByFullPath 348 fullPaths: 349 | '/' 350 | '/cart' 351 | '/contact' 352 | '/cookie-notice' 353 | '/create-shop' 354 | '/edit-listing' 355 | '/listing-detail' 356 | '/listings' 357 | '/merchant-connect' 358 | '/merchant-dashboard' 359 | '/order-details' 360 | '/orders' 361 | '/pay' 362 | '/privacy-policy' 363 | '/settings' 364 | '/share' 365 | '/shipping' 366 fileRoutesByTo: FileRoutesByTo 367 to: 368 | '/' 369 | '/cart' 370 | '/contact' 371 | '/cookie-notice' 372 | '/create-shop' 373 | '/edit-listing' 374 | '/listing-detail' 375 | '/listings' 376 | '/merchant-connect' 377 | '/merchant-dashboard' 378 | '/order-details' 379 | '/orders' 380 | '/pay' 381 | '/privacy-policy' 382 | '/settings' 383 | '/share' 384 | '/shipping' 385 id: 386 | '__root__' 387 | '/' 388 | '/cart' 389 | '/contact' 390 | '/cookie-notice' 391 | '/create-shop' 392 | '/edit-listing' 393 | '/listing-detail' 394 | '/listings' 395 | '/merchant-connect' 396 | '/merchant-dashboard' 397 | '/order-details' 398 | '/orders' 399 | '/pay' 400 | '/privacy-policy' 401 | '/settings' 402 | '/share' 403 | '/shipping' 404 fileRoutesById: FileRoutesById 405 } 406 407 export interface RootRouteChildren { 408 IndexLazyRoute: typeof IndexLazyRoute 409 CartLazyRoute: typeof CartLazyRoute 410 ContactLazyRoute: typeof ContactLazyRoute 411 CookieNoticeLazyRoute: typeof CookieNoticeLazyRoute 412 CreateShopLazyRoute: typeof CreateShopLazyRoute 413 EditListingLazyRoute: typeof EditListingLazyRoute 414 ListingDetailLazyRoute: typeof ListingDetailLazyRoute 415 ListingsLazyRoute: typeof ListingsLazyRoute 416 MerchantConnectLazyRoute: typeof MerchantConnectLazyRoute 417 MerchantDashboardLazyRoute: typeof MerchantDashboardLazyRoute 418 OrderDetailsLazyRoute: typeof OrderDetailsLazyRoute 419 OrdersLazyRoute: typeof OrdersLazyRoute 420 PayLazyRoute: typeof PayLazyRoute 421 PrivacyPolicyLazyRoute: typeof PrivacyPolicyLazyRoute 422 SettingsLazyRoute: typeof SettingsLazyRoute 423 ShareLazyRoute: typeof ShareLazyRoute 424 ShippingLazyRoute: typeof ShippingLazyRoute 425 } 426 427 const rootRouteChildren: RootRouteChildren = { 428 IndexLazyRoute: IndexLazyRoute, 429 CartLazyRoute: CartLazyRoute, 430 ContactLazyRoute: ContactLazyRoute, 431 CookieNoticeLazyRoute: CookieNoticeLazyRoute, 432 CreateShopLazyRoute: CreateShopLazyRoute, 433 EditListingLazyRoute: EditListingLazyRoute, 434 ListingDetailLazyRoute: ListingDetailLazyRoute, 435 ListingsLazyRoute: ListingsLazyRoute, 436 MerchantConnectLazyRoute: MerchantConnectLazyRoute, 437 MerchantDashboardLazyRoute: MerchantDashboardLazyRoute, 438 OrderDetailsLazyRoute: OrderDetailsLazyRoute, 439 OrdersLazyRoute: OrdersLazyRoute, 440 PayLazyRoute: PayLazyRoute, 441 PrivacyPolicyLazyRoute: PrivacyPolicyLazyRoute, 442 SettingsLazyRoute: SettingsLazyRoute, 443 ShareLazyRoute: ShareLazyRoute, 444 ShippingLazyRoute: ShippingLazyRoute, 445 } 446 447 export const routeTree = rootRoute 448 ._addFileChildren(rootRouteChildren) 449 ._addFileTypes<FileRouteTypes>() 450 451 /* ROUTE_MANIFEST_START 452 { 453 "routes": { 454 "__root__": { 455 "filePath": "__root.tsx", 456 "children": [ 457 "/", 458 "/cart", 459 "/contact", 460 "/cookie-notice", 461 "/create-shop", 462 "/edit-listing", 463 "/listing-detail", 464 "/listings", 465 "/merchant-connect", 466 "/merchant-dashboard", 467 "/order-details", 468 "/orders", 469 "/pay", 470 "/privacy-policy", 471 "/settings", 472 "/share", 473 "/shipping" 474 ] 475 }, 476 "/": { 477 "filePath": "index.lazy.tsx" 478 }, 479 "/cart": { 480 "filePath": "cart.lazy.tsx" 481 }, 482 "/contact": { 483 "filePath": "contact.lazy.tsx" 484 }, 485 "/cookie-notice": { 486 "filePath": "cookie-notice.lazy.tsx" 487 }, 488 "/create-shop": { 489 "filePath": "create-shop.lazy.tsx" 490 }, 491 "/edit-listing": { 492 "filePath": "edit-listing.lazy.tsx" 493 }, 494 "/listing-detail": { 495 "filePath": "listing-detail.lazy.tsx" 496 }, 497 "/listings": { 498 "filePath": "listings.lazy.tsx" 499 }, 500 "/merchant-connect": { 501 "filePath": "merchant-connect.lazy.tsx" 502 }, 503 "/merchant-dashboard": { 504 "filePath": "merchant-dashboard.lazy.tsx" 505 }, 506 "/order-details": { 507 "filePath": "order-details.lazy.tsx" 508 }, 509 "/orders": { 510 "filePath": "orders.lazy.tsx" 511 }, 512 "/pay": { 513 "filePath": "pay.lazy.tsx" 514 }, 515 "/privacy-policy": { 516 "filePath": "privacy-policy.lazy.tsx" 517 }, 518 "/settings": { 519 "filePath": "settings.lazy.tsx" 520 }, 521 "/share": { 522 "filePath": "share.lazy.tsx" 523 }, 524 "/shipping": { 525 "filePath": "shipping.lazy.tsx" 526 } 527 } 528 } 529 ROUTE_MANIFEST_END */