Skip to content

Commit

Permalink
chore: run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Nov 26, 2024
1 parent 6ec4de8 commit d6b25f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/src/ui/onboardingModal/TokenInputForm.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fireEvent, getByRole, render, screen, waitFor } from "@testing-library/react";
import React from "react";
import { fireEvent, render, screen, waitFor } from "@testing-library/react";
import { describe, expect, it } from "vitest";
import { TokenInputForm } from "./TokenInputForm";

Expand Down

0 comments on commit d6b25f7

Please sign in to comment.