Fix UI for inventory page

This commit is contained in:
Urtzi Alfaro
2025-09-15 15:31:27 +02:00
parent 36cfc88f93
commit 65a53c6d16
10 changed files with 953 additions and 378 deletions

View File

@@ -113,6 +113,8 @@ export type {
PaginatedResponse,
} from './types/inventory';
export { ProductType } from './types/inventory';
// Types - Classification
export type {
ProductClassificationRequest,