implement email suggestion

This commit is contained in:
clemkeirua 2019-12-02 14:20:26 +01:00 committed by Pierre de La Morinerie
parent 0bfdb2d5da
commit 80b68afab5
4 changed files with 27 additions and 8 deletions

View file

@ -40,7 +40,10 @@ import {
} from '../new_design/state-button';
import { toggleChart } from '../new_design/toggle-chart';
import { replaceSemicolonByComma } from '../new_design/avis';
import { acceptEmailSuggestion, discardEmailSuggestionBox } from '../new_design/user-sign_up';
import {
acceptEmailSuggestion,
discardEmailSuggestionBox
} from '../new_design/user-sign_up';
// This is the global application namespace where we expose helpers used from rails views
const DS = {