Skip to content

Commit d8dc40a

Browse files
committed
Fix lint issue
1 parent 5cdbdab commit d8dc40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dom/__tests__/data-browser-router-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
prettyDOM,
1010
} from "@testing-library/react";
1111
import "@testing-library/jest-dom";
12-
import { ErrorResponse, IDLE_NAVIGATION, Navigation } from "@remix-run/router";
12+
import type { ErrorResponse } from "@remix-run/router";
1313
import type { RouteObject } from "react-router-dom";
1414
import {
1515
Form,

0 commit comments

Comments
 (0)