mon-entreprise/source/config.js

6 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]