export const InText = () => (
<Box>
<Box display="flex" flexDirection="column" gap={4}>
<Typography>
Le fichier CSV doit avoir une <Code>,</Code> comme séparateur de colonnes.
</Typography>
<Typography>
Exemple : <Code>Individuel</Code> ou <Code>Collectif</Code>
</Typography>
</Box>
</Box>
);