| 253 | } |
| 254 | |
| 255 | export interface FileRoutesByTo { |
| 256 | '': typeof LayoutRouteWithChildren |
| 257 | '/login': typeof PublicLayoutLoginRoute |
| 258 | '/signup': typeof PublicLayoutSignupRoute |
| 259 | '/thanks': typeof PublicLayoutThanksRoute |
| 260 | '/': typeof PublicLayoutIndexRoute |
| 261 | '/collections': typeof LayoutCollectionsIndexRoute |
| 262 | '/collections/$collectionId/practice': typeof LayoutCollectionsCollectionIdPracticeRoute |
| 263 | '/collections/$collectionId/stats': typeof LayoutCollectionsCollectionIdStatsRoute |
| 264 | '/collections/$collectionId': typeof LayoutCollectionsCollectionIdIndexRoute |
| 265 | '/collections/$collectionId/cards/$cardId': typeof LayoutCollectionsCollectionIdCardsCardIdRoute |
| 266 | '/collections/$collectionId/cards/new': typeof LayoutCollectionsCollectionIdCardsNewRoute |
| 267 | } |
| 268 | |
| 269 | export interface FileRoutesById { |
| 270 | __root__: typeof rootRoute |
nothing calls this directly
no outgoing calls
no test coverage detected