fix: restore Search icon import in inventory/page.tsx and update session state - Phase 2 complete

This commit is contained in:
2026-04-19 16:13:14 +03:00
parent bec4b714e3
commit a225d2efc6
3 changed files with 77 additions and 27 deletions

View File

@@ -25,7 +25,8 @@ import {
Layout,
Printer,
Download,
Box
Box,
Search
} from 'lucide-react';
import { generateBarcode128, getQRCodeURL } from '@/lib/labels';
import { clsx, type ClassValue } from 'clsx';