mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 23:25:02 +00:00
5 lines
219 B
JavaScript
5 lines
219 B
JavaScript
// Each one will be a line in the simulation box
|
|
export let mainTargetNames = ["revenu net d'impôt"]
|
|
|
|
// Some others will be displayed too so need to be computed
|
|
export let simulationTargetNames = [...mainTargetNames]
|