remove unused import

This commit is contained in:
Eduard Gert
2026-05-18 11:37:55 +02:00
parent c24349e4f1
commit f84b1df857

View File

@@ -1,5 +1,5 @@
import { useTranslation } from "react-i18next";
import { AlertCircleIcon, AlertTriangle, BookText } from "lucide-react";
import { AlertCircleIcon, BookText } from "lucide-react";
import { Browser } from "@wailsio/runtime";
import { Button } from "@/components/Button";
import { useStatus } from "@/hooks/useStatus";