mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
Modifications
This commit is contained in:
@@ -58,7 +58,7 @@ type Action =
|
||||
view: 'SIGNUP_VIEW'
|
||||
}
|
||||
|
||||
type MODAL_VIEWS = 'SIGNUP_VIEW' | 'LOGIN_VIEW'
|
||||
type MODAL_VIEWS = 'SIGNUP_VIEW' | 'LOGIN_VIEW' | 'FORGOT_VIEW'
|
||||
type ToastText = string
|
||||
|
||||
export const UIContext = React.createContext<State | any>(initialState)
|
||||
|
Reference in New Issue
Block a user