Skip to content

Commit 7bfecba

Browse files
ref(rr6): Migrate alertChildRoutes to route objects (#96472)
1 parent d580d52 commit 7bfecba

File tree

3 files changed

+186
-174
lines changed

3 files changed

+186
-174
lines changed

static/app/components/route.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type {
2-
IndexRedirectProps,
32
IndexRouteProps,
43
RedirectProps,
54
RouteProps,
@@ -92,9 +91,3 @@ export function Redirect(_props: RedirectProps) {
9291
return null;
9392
}
9493
Redirect.displayName = 'Redirect';
95-
96-
export function IndexRedirect(_props: IndexRedirectProps) {
97-
// XXX: These routes are NEVER rendered
98-
return null;
99-
}
100-
IndexRedirect.displayName = 'IndexRedirect';

0 commit comments

Comments
 (0)