From 744ac657327fc0626d0b5fdc01a2bc7e5378375f Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Mon, 2 Dec 2024 14:49:46 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20renomme=20R=C3=A9ductionG=C3=A9n?= =?UTF-8?q?=C3=A9raleMoisParMois?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/pages/simulateurs/reduction-generale/Goals.tsx | 2 +- .../{RéductionGénéraleMoisParMois.tsx => MoisParMois.tsx} | 2 +- .../reduction-generale/components/{MoisParMois.tsx => Mois.tsx} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename site/source/pages/simulateurs/reduction-generale/{RéductionGénéraleMoisParMois.tsx => MoisParMois.tsx} (98%) rename site/source/pages/simulateurs/reduction-generale/components/{MoisParMois.tsx => Mois.tsx} (100%) diff --git a/site/source/pages/simulateurs/reduction-generale/Goals.tsx b/site/source/pages/simulateurs/reduction-generale/Goals.tsx index ab7a9b70c..4232ebfee 100644 --- a/site/source/pages/simulateurs/reduction-generale/Goals.tsx +++ b/site/source/pages/simulateurs/reduction-generale/Goals.tsx @@ -19,7 +19,7 @@ import { situationSelector } from '@/store/selectors/simulationSelectors' import Répartition from './components/Répartition' import Warnings from './components/Warnings' import WarningSalaireTrans from './components/WarningSalaireTrans' -import RéductionGénéraleMoisParMois from './RéductionGénéraleMoisParMois' +import RéductionGénéraleMoisParMois from './MoisParMois' import { getInitialRéductionGénéraleMoisParMois, MonthState, diff --git a/site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx b/site/source/pages/simulateurs/reduction-generale/MoisParMois.tsx similarity index 98% rename from site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx rename to site/source/pages/simulateurs/reduction-generale/MoisParMois.tsx index dd064815a..8bca7b14d 100644 --- a/site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx +++ b/site/source/pages/simulateurs/reduction-generale/MoisParMois.tsx @@ -6,7 +6,7 @@ import { baseTheme } from '@/design-system/theme' import { Body } from '@/design-system/typography/paragraphs' import { useMediaQuery } from '@/hooks/useMediaQuery' -import RéductionGénéraleMois from './components/MoisParMois' +import RéductionGénéraleMois from './components/Mois' import Warnings from './components/Warnings' import { MonthState, Options, réductionGénéraleDottedName } from './utils' diff --git a/site/source/pages/simulateurs/reduction-generale/components/MoisParMois.tsx b/site/source/pages/simulateurs/reduction-generale/components/Mois.tsx similarity index 100% rename from site/source/pages/simulateurs/reduction-generale/components/MoisParMois.tsx rename to site/source/pages/simulateurs/reduction-generale/components/Mois.tsx