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