diff --git a/src/__tests__/lib/utils.test.ts b/src/__tests__/lib/utils.test.ts index 2ebdae1..a6785a3 100644 --- a/src/__tests__/lib/utils.test.ts +++ b/src/__tests__/lib/utils.test.ts @@ -5,7 +5,7 @@ import { randomFromArray, randomFromSet, } from "@/lib/utils"; -import { describe, expect, it, test } from "vitest"; +import { describe, expect, it } from "vitest"; describe("randomFromSet()", () => { it("should throw an error when the set is empty", () => { diff --git a/src/app/components/OptionsForm.tsx b/src/app/components/OptionsForm.tsx index d288027..c2a53fe 100644 --- a/src/app/components/OptionsForm.tsx +++ b/src/app/components/OptionsForm.tsx @@ -7,8 +7,6 @@ import { Form, Input, Label, - Radio, - RadioGroup, Switch, TextField, } from "react-aria-components";