fix(frontend): imports are unused

This commit is contained in:
tigattack
2025-09-25 00:41:29 +01:00
parent a32007f56b
commit 67a5462a25
26 changed files with 25 additions and 69 deletions

View File

@@ -4,18 +4,14 @@ import {
AlertTriangle,
ArrowLeft,
Calendar,
Check,
CheckCircle,
ChevronDown,
ChevronUp,
Clock,
Code,
Copy,
Cpu,
Edit,
Eye,
EyeOff,
Globe,
HardDrive,
Key,
MemoryStick,
@@ -25,13 +21,11 @@ import {
Server,
Shield,
Terminal,
ToggleLeft,
ToggleRight,
Trash2,
Wifi,
X,
} from "lucide-react";
import React, { useId, useState } from "react";
import { useId, useState } from "react";
import { Link, useNavigate, useParams } from "react-router-dom";
import InlineEdit from "../components/InlineEdit";
import {