mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-10 13:55:03 +00:00
refactor: déplace le composant LectureGuide
This commit is contained in:
parent
19333434d6
commit
c767625fba
5 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ import { formatValue } from 'publicodes'
|
|||
import { useTranslation } from 'react-i18next'
|
||||
import { styled } from 'styled-components'
|
||||
|
||||
import LectureGuide from '@/components/Simulation/LectureGuide'
|
||||
import LectureGuide from '@/components/LectureGuide'
|
||||
import { Grid } from '@/design-system/layout'
|
||||
import { SmallBody } from '@/design-system/typography/paragraphs'
|
||||
|
||||
|
|
|
@ -8,10 +8,10 @@ import { Body } from '@/design-system/typography/paragraphs'
|
|||
|
||||
import EntrepriseInput from '../conversation/EntrepriseInput'
|
||||
import Value from '../EngineValue/Value'
|
||||
import LectureGuide from '../LectureGuide'
|
||||
import { Appear } from '../ui/animate'
|
||||
import { useEngine } from '../utils/EngineContext'
|
||||
import WrongSimulateurWarning from '../WrongSimulateurWarning'
|
||||
import LectureGuide from './LectureGuide'
|
||||
|
||||
export default function EntrepriseSelection() {
|
||||
const { t } = useTranslation()
|
||||
|
|
|
@ -15,12 +15,12 @@ import { targetUnitSelector } from '@/store/selectors/simulationSelectors'
|
|||
|
||||
import { ExplicableRule } from '../conversation/Explicable'
|
||||
import RuleInput, { InputProps } from '../conversation/RuleInput'
|
||||
import LectureGuide from '../LectureGuide'
|
||||
import RuleLink from '../RuleLink'
|
||||
import { Appear } from '../ui/animate'
|
||||
import AnimatedTargetValue from '../ui/AnimatedTargetValue'
|
||||
import { useEngine } from '../utils/EngineContext'
|
||||
import { useInitialRender } from '../utils/useInitialRender'
|
||||
import LectureGuide from './LectureGuide'
|
||||
|
||||
type SimulationGoalProps = {
|
||||
dottedName: DottedName
|
||||
|
|
|
@ -10,12 +10,12 @@ import { Body } from '@/design-system/typography/paragraphs'
|
|||
import { Contexte } from '@/domaine/Contexte'
|
||||
import { targetUnitSelector } from '@/store/selectors/simulationSelectors'
|
||||
|
||||
import LectureGuide from '../LectureGuide'
|
||||
import RuleLink from '../RuleLink'
|
||||
import { Appear } from '../ui/animate'
|
||||
import AnimatedTargetValue from '../ui/AnimatedTargetValue'
|
||||
import { useEngine } from '../utils/EngineContext'
|
||||
import { useInitialRender } from '../utils/useInitialRender'
|
||||
import LectureGuide from './LectureGuide'
|
||||
|
||||
type SimulationValueProps = {
|
||||
dottedName: DottedName
|
||||
|
|
Loading…
Add table
Reference in a new issue