fix: remove unused imports and update dependencies

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
fuomag9
2026-03-23 09:31:50 +01:00
parent 62f5723f28
commit fce32318ce
6 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
import { useState } from "react";
import { useFormState } from "react-dom";
import {
Cloud, Globe, Globe2, KeyRound, Network, Pin, Activity,
Cloud, Globe, Network, Pin, Activity,
ScrollText, Settings2, UserCheck, MapPin,
} from "lucide-react";
import { Alert, AlertDescription } from "@/components/ui/alert";