Skip to content

Commit a64d324

Browse files
committed
add missing location type import
1 parent ac399b7 commit a64d324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/react-router/lib/types/route-module.ts

+1
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 { AppLoadContext } from "../server-runtime/data";
45

0 commit comments

Comments
 (0)