Skip to content

Commit 23e9bcb

Browse files
chaancemjackson
authored andcommitted
rm unused imports
1 parent a2e2197 commit 23e9bcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-router/__tests__/Routes-test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import * as React from "react";
2-
import * as ReactDOM from "react-dom";
32
import { create as createTestRenderer } from "react-test-renderer";
43
import { MemoryRouter as Router, Routes, Route } from "react-router";
5-
import { act } from "react-dom/test-utils";
64

75
describe("A <Routes>", () => {
86
it("renders the first route that matches the URL", () => {

0 commit comments

Comments
 (0)