forked from crowetic/commerce
Types
This commit is contained in:
parent
3078322859
commit
2f1eefc5cc
@ -51,11 +51,7 @@ type Action =
|
|||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
type: 'SET_MODAL_VIEW'
|
type: 'SET_MODAL_VIEW'
|
||||||
view: 'LOGIN_VIEW'
|
view: MODAL_VIEWS
|
||||||
}
|
|
||||||
| {
|
|
||||||
type: 'SET_MODAL_VIEW'
|
|
||||||
view: 'SIGNUP_VIEW'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type MODAL_VIEWS = 'SIGNUP_VIEW' | 'LOGIN_VIEW' | 'FORGOT_VIEW'
|
type MODAL_VIEWS = 'SIGNUP_VIEW' | 'LOGIN_VIEW' | 'FORGOT_VIEW'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user