refactor: renomme RéductionGénéraleMoisParMois

fix/publicodes_patch/react_ui/documentation_scroll
Alice Dahan 2024-12-02 14:49:46 +01:00 committed by liliced
parent 164614be1b
commit 744ac65732
3 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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'