2018-08-29 09:58:38 +00:00
|
|
|
// Each one will be a line in the simulation box
|
2018-12-11 12:50:53 +00:00
|
|
|
export let mainTargetNames = ["revenu net d'impôt"]
|
2018-08-29 09:58:38 +00:00
|
|
|
|
|
|
|
// Some others will be displayed too so need to be computed
|
2018-12-07 15:28:39 +00:00
|
|
|
export let simulationTargetNames = [...mainTargetNames]
|