Skip to content

Commit

Permalink
fix import mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolt committed Jan 22, 2025
1 parent ac589d7 commit ac0d6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/router.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { render } from "@testing-library/react";
import { MemoryRouter, Route, Routes } from "react-router-dom";
import { MemoryRouter, Route, Routes } from "react-router";
import { describe, expect, it, vi } from "vitest";
import { router } from "./router";

Expand Down

0 comments on commit ac0d6db

Please sign in to comment.