| 111 | } |
| 112 | |
| 113 | export interface RootRouteChildren { |
| 114 | IndexRoute: typeof IndexRoute; |
| 115 | AuthSigninRoute: typeof AuthSigninRoute; |
| 116 | AuthSignupRoute: typeof AuthSignupRoute; |
| 117 | AuthTwoFactorRoute: typeof AuthTwoFactorRoute; |
| 118 | } |
| 119 | |
| 120 | const rootRouteChildren: RootRouteChildren = { |
| 121 | IndexRoute: IndexRoute, |
nothing calls this directly
no outgoing calls
no test coverage detected