Skip to content

Commit a028b71

Browse files
committed
womp womp lint fix
1 parent d499f66 commit a028b71

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/react-router/lib/components.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ import type {
2020
Router as DataRouter,
2121
RouterState,
2222
RouterSubscriber,
23-
Router,
2423
RouterInit,
2524
} from "./router/router";
2625
import { createRouter } from "./router/router";
2726
import type {
2827
DataStrategyFunction,
2928
LazyRouteFunction,
3029
TrackedPromise,
31-
unstable_InitialContext,
3230
} from "./router/utils";
3331
import { getResolveToMatches, resolveTo, stripBasename } from "./router/utils";
3432

packages/react-router/lib/dom-export/hydrated-router.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type {
55
UNSAFE_RouteModules as RouteModules,
66
DataRouter,
77
HydrationState,
8-
unstable_InitialContext,
98
RouterInit,
109
} from "react-router";
1110
import {

0 commit comments

Comments
 (0)