refactor: remove unused Alert component import from json.tsx
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m56s

This commit is contained in:
typist
2025-10-28 03:54:07 +08:00
parent 6cd05ca4b4
commit d415615ad7

View File

@@ -1,7 +1,6 @@
import { useState, type FC } from "react"; import { useState, type FC } from "react";
import { Textarea } from "@/components/ui/textarea"; import { Textarea } from "@/components/ui/textarea";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
import { toast } from "sonner"; import { toast } from "sonner";
const Tool: FC = () => { const Tool: FC = () => {