We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac399b7 commit a64d324Copy full SHA for a64d324
packages/react-router/lib/types/route-module.ts
@@ -1,4 +1,5 @@
1
import type { MetaDescriptor } from "../dom/ssr/routeModules";
2
+import type { Location } from "../router/history";
3
import type { LinkDescriptor } from "../router/links";
4
import type { AppLoadContext } from "../server-runtime/data";
5
0 commit comments