generated from gilles/template-webapp
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
/**
|
|
* Export des composants items
|
|
*/
|
|
|
|
export { ItemCard } from './ItemCard'
|
|
export { ItemList } from './ItemList'
|
|
export { ItemForm } from './ItemForm'
|