Files
home_stock/frontend/src/components/items/index.ts
2026-01-28 19:22:30 +01:00

8 lines
154 B
TypeScript

/**
* Export des composants items
*/
export { ItemCard } from './ItemCard'
export { ItemList } from './ItemList'
export { ItemForm } from './ItemForm'