Tabla de inventario agregada

This commit is contained in:
2025-06-20 14:43:35 -04:00
parent 0a65946a8a
commit ed2a1da038
33 changed files with 3272 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
import {
AlertTriangle,
ArrowRight,
Blocks,
Check,
ChevronLeft,
ChevronRight,
@@ -40,6 +41,7 @@ export type Icon = LucideIcon;
export const Icons = {
dashboard: LayoutDashboardIcon,
blocks: Blocks,
logo: Command,
login: LogIn,
close: X,