diff --git a/src/components/tool/json.tsx b/src/components/tool/json.tsx index d7760a5..e9af9e7 100644 --- a/src/components/tool/json.tsx +++ b/src/components/tool/json.tsx @@ -1,7 +1,6 @@ import { useState, type FC } from "react"; import { Textarea } from "@/components/ui/textarea"; import { Button } from "@/components/ui/button"; -import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"; import { toast } from "sonner"; const Tool: FC = () => {