implement email suggestion
This commit is contained in:
parent
0bfdb2d5da
commit
80b68afab5
4 changed files with 27 additions and 8 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue