Improve the frontend

This commit is contained in:
Urtzi Alfaro
2025-10-21 19:50:07 +02:00
parent 05da20357d
commit 8d30172483
105 changed files with 14699 additions and 4630 deletions

View File

@@ -0,0 +1,4 @@
export { POSProductCard } from './POSProductCard';
export { POSCart } from './POSCart';
export { POSPayment } from './POSPayment';
export { CreatePOSConfigModal } from './CreatePOSConfigModal';