Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jul 17, 2023
1 parent 28d8eed commit b9eed2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/__tests__/use-revalidator-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
useRouteError,
} from "react-router";
import MemoryNavigate from "./utils/MemoryNavigate";
import getHtml from "./utils/getHTML";
import getHtml from "./utils/getHtml";

describe("useRevalidator", () => {
it("reloads data using useRevalidator", async () => {
Expand Down

0 comments on commit b9eed2d

Please sign in to comment.