Home / Class/ IndexRouteImport Class — ui Architecture

IndexRouteImport Class — ui Architecture

Architecture documentation for the IndexRouteImport class in routeTree.gen.ts from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  1344066d_7600_8046_5bef_41f791387170["IndexRouteImport"]
  b3267395_0892_c6e6_e5eb_e3e8bd966c15["routeTree.gen.ts"]
  1344066d_7600_8046_5bef_41f791387170 -->|defined in| b3267395_0892_c6e6_e5eb_e3e8bd966c15

Relationship Graph

Source Code

templates/start-app/src/routeTree.gen.ts lines 42–52

declare module '@tanstack/react-router' {
  interface FileRoutesByPath {
    '/': {
      id: '/'
      path: '/'
      fullPath: '/'
      preLoaderRoute: typeof IndexRouteImport
      parentRoute: typeof rootRouteImport
    }
  }
}

Frequently Asked Questions

What is the IndexRouteImport class?
IndexRouteImport is a class in the ui codebase, defined in templates/start-app/src/routeTree.gen.ts.
Where is IndexRouteImport defined?
IndexRouteImport is defined in templates/start-app/src/routeTree.gen.ts at line 42.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free