Mis à jour
Ce contenu vous a-t-il été utile ?
Ce contenu vous a-t-il été utile ?
function Bouh() {
return (
<List>
<Item>
<Icon>
<Papicons name="Ghost" />
</Icon>
<Typography variant="title">
Bouh !
</Typography>
</Item>
</List>
)
};