Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wesgro committed Jul 1, 2024
1 parent 4112ce3 commit c121729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "@testing-library/jest-dom/vitest";
import * as React from "react";
import { test, expect } from "vitest";
import { render, screen, act } from "@testing-library/react";
import { render, screen } from "@testing-library/react";
import { userEvent } from "@testing-library/user-event";

import { Button } from "./Button";
Expand Down

0 comments on commit c121729

Please sign in to comment.