diff --git a/web/app/dashboard/config/page.tsx b/web/app/dashboard/config/page.tsx index cab95d5..a6a795a 100644 --- a/web/app/dashboard/config/page.tsx +++ b/web/app/dashboard/config/page.tsx @@ -25,7 +25,7 @@ import { } from "@/components/ui/dialog" import { Switch } from "@/components/ui/switch" import { Slider } from "@/components/ui/slider" -import { Plus, Trash2, Edit, Save, Download, Upload, Info } from "lucide-react" +import { Plus, Trash2, Edit, Save, Download, Upload } from "lucide-react" import { AlertDialog, AlertDialogAction, @@ -35,7 +35,6 @@ import { AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, - AlertDialogTrigger, } from "@/components/ui/alert-dialog" interface PathMapping { @@ -572,38 +571,34 @@ export default function ConfigPage() { return (