Skip to content

Commit bcf1fbc

Browse files
committed
fix import in test
1 parent da6cae6 commit bcf1fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dom/__tests__/nav-link-active-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
NavLink,
1515
Outlet,
1616
DataBrowserRouter,
17-
} from "../index";
17+
} from "react-router-dom";
1818

1919
// Private API
2020
import { _resetModuleScope } from "../../react-router/lib/components";

0 commit comments

Comments
 (0)