| 195 | // Create and export the route tree |
| 196 | |
| 197 | interface LayoutRouteChildren { |
| 198 | LayoutCollectionsIndexRoute: typeof LayoutCollectionsIndexRoute |
| 199 | LayoutCollectionsCollectionIdPracticeRoute: typeof LayoutCollectionsCollectionIdPracticeRoute |
| 200 | LayoutCollectionsCollectionIdStatsRoute: typeof LayoutCollectionsCollectionIdStatsRoute |
| 201 | LayoutCollectionsCollectionIdIndexRoute: typeof LayoutCollectionsCollectionIdIndexRoute |
| 202 | LayoutCollectionsCollectionIdCardsCardIdRoute: typeof LayoutCollectionsCollectionIdCardsCardIdRoute |
| 203 | LayoutCollectionsCollectionIdCardsNewRoute: typeof LayoutCollectionsCollectionIdCardsNewRoute |
| 204 | } |
| 205 | |
| 206 | const LayoutRouteChildren: LayoutRouteChildren = { |
| 207 | LayoutCollectionsIndexRoute: LayoutCollectionsIndexRoute, |
nothing calls this directly
no outgoing calls
no test coverage detected