Skip to content

Commit 8e0c346

Browse files
committed
Fix lint issue
1 parent ca9ec8d commit 8e0c346

File tree

1 file changed

+1
-1
lines changed
  • packages/react-router/lib/dom

1 file changed

+1
-1
lines changed

packages/react-router/lib/dom/lib.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import {
8888
useResolvedPath,
8989
useRouteId,
9090
} from "../hooks";
91-
import { DeprecatedSerializeFrom } from "../types";
91+
import type { DeprecatedSerializeFrom } from "../types";
9292

9393
////////////////////////////////////////////////////////////////////////////////
9494
//#region Global Stuff

0 commit comments

Comments
 (0)