Skip to content

Commit 02fc21a

Browse files
nichtsampcattori
andauthored
add missing location type import (#12943)
Co-authored-by: Pedro Cattori <[email protected]>
1 parent 5ceea98 commit 02fc21a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
- mtliendo
246246
- namoscato
247247
- ned-park
248+
- nichtsam
248249
- nenene3
249250
- nikeee
250251
- nilubisan

packages/react-router/lib/types/route-module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { MetaDescriptor } from "../dom/ssr/routeModules";
2+
import type { Location } from "../router/history";
23
import type { LinkDescriptor } from "../router/links";
34
import type {
45
unstable_MiddlewareNextFunction,

0 commit comments

Comments
 (0)