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 ca9ec8d commit 8e0c346Copy full SHA for 8e0c346
packages/react-router/lib/dom/lib.tsx
@@ -88,7 +88,7 @@ import {
88
useResolvedPath,
89
useRouteId,
90
} from "../hooks";
91
-import { DeprecatedSerializeFrom } from "../types";
+import type { DeprecatedSerializeFrom } from "../types";
92
93
////////////////////////////////////////////////////////////////////////////////
94
//#region Global Stuff
0 commit comments