mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Types
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user