fix: add missing icon imports v1.2.6

This commit is contained in:
Daniel Bedeleanu
2026-04-11 11:49:31 +03:00
parent aa134e4384
commit 96fe655f72
5 changed files with 14 additions and 11 deletions

View File

@@ -20,7 +20,9 @@ import {
Server,
Globe,
Wifi,
WifiOff
WifiOff,
Layers,
ChevronDown
} from 'lucide-react';
import { toast } from 'react-hot-toast';
import { cn } from '@/lib/utils';