feat(autoentrepreneur): ajoute les droits à la retraite dans le simulateur autoentrepreneur

pull/2983/head^2
Jalil Arfaoui 2024-06-21 16:08:53 +02:00
parent c83d01a713
commit 4f01c80be0
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import { Trans, useTranslation } from 'react-i18next'
import { useTheme } from 'styled-components'
import { ÀQuoiServentMesCotisationsSection } from '@/components/simulationExplanation/ÀQuoiServentMesCotisationsSection'
import { DroitsRetraite } from '@/components/simulationExplanation/DroitsRetraite'
import { InstitutionsPartenairesAutoEntrepreneur } from '@/components/simulationExplanation/InstitutionsPartenaires'
import StackedBarChart from '@/components/StackedBarChart'
import { H2 } from '@/design-system/typography/heading'
@ -37,6 +38,7 @@ export const AutoEntrepreneurDétails = () => {
]}
/>
<InstitutionsPartenairesAutoEntrepreneur />
<DroitsRetraite />
<ÀQuoiServentMesCotisationsSection regroupement={CotisationsSection} />
</section>
)