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

@@ -1 +0,0 @@
danielbedeleanu@Daniels-MacBook-Pro-14-M1.local.30836

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';

View File

@@ -20,6 +20,7 @@ import {
Wifi,
WifiOff,
ChevronRight,
ChevronDown,
Edit2,
RefreshCw,
CloudOff,
@@ -476,7 +477,7 @@ export default function Home() {
<div>
<p className="text-lg font-medium">Tap to start scanning</p>
<p className="text-sm text-slate-400">Scan barcodes to {mode.toUpperCase().replace('_', ' ')} items</p>
<p className="text-sm text-slate-400">Scan labels to {mode.replace('_', ' ')} items</p>
</div>
<div className="w-full h-px bg-slate-800 my-2" />