We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7f3c commit 2b27348Copy full SHA for 2b27348
packages/remix-server-runtime/routeModules.ts
@@ -1,5 +1,5 @@
1
import type { ComponentType } from "react";
2
-import type { Location, Params } from "react-router-dom";
+import type { Location, Params } from "@remix-run/router";
3
4
import type { AppLoadContext, AppData } from "./data";
5
import type { LinkDescriptor } from "./links";
0 commit comments