From d6b25f74388854b72453ad3725263e62fd3295b9 Mon Sep 17 00:00:00 2001 From: Jamie Brynes Date: Tue, 26 Nov 2024 20:48:46 +0000 Subject: [PATCH] chore: run lint:fix --- plugin/src/ui/onboardingModal/TokenInputForm.test.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/src/ui/onboardingModal/TokenInputForm.test.tsx b/plugin/src/ui/onboardingModal/TokenInputForm.test.tsx index 9ce3e40..bd1230c 100644 --- a/plugin/src/ui/onboardingModal/TokenInputForm.test.tsx +++ b/plugin/src/ui/onboardingModal/TokenInputForm.test.tsx @@ -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";