Skip to content

Commit ba63001

Browse files
Fix test import
1 parent 0999283 commit ba63001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/AddNavBar/NavBar.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { render, screen } from "@testing-library/react";
33
import userEvent from "@testing-library/user-event";
44
import React from "react";
55
import NavBar from "./NavBar";
6-
import { BrowserRouter } from "react-router-dom";
6+
import { BrowserRouter } from "react-router";
77

88
describe(NavBar, () => {
99
it("Should change current location to profile when link is clicked", () => {

0 commit comments

Comments
 (0)