4
0
forked from crowetic/commerce
This commit is contained in:
Belen Curcio 2020-10-26 10:10:34 -03:00
parent 3078322859
commit 2f1eefc5cc

View File

@ -51,11 +51,7 @@ type Action =
}
| {
type: 'SET_MODAL_VIEW'
view: 'LOGIN_VIEW'
}
| {
type: 'SET_MODAL_VIEW'
view: 'SIGNUP_VIEW'
view: MODAL_VIEWS
}
type MODAL_VIEWS = 'SIGNUP_VIEW' | 'LOGIN_VIEW' | 'FORGOT_VIEW'