implementation du systeme de PJ de motivation

This commit is contained in:
clemkeirua 2019-02-18 17:52:15 +01:00
parent 5477bd67ee
commit 4aab72be68
14 changed files with 144 additions and 45 deletions

View file

@ -29,7 +29,11 @@ import '../new_design/champs/repetition';
import { toggleCondidentielExplanation } from '../new_design/avis';
import { scrollMessagerie } from '../new_design/messagerie';
import { showMotivation, motivationCancel } from '../new_design/state-button';
import {
showMotivation,
motivationCancel,
showImportJustificatif
} from '../new_design/state-button';
import { toggleChart } from '../new_design/toggle-chart';
import { replaceSemicolonByComma } from '../new_design/avis';
@ -40,6 +44,7 @@ const DS = {
scrollMessagerie,
showMotivation,
motivationCancel,
showImportJustificatif,
toggleChart,
replaceSemicolonByComma
};