Adding shopify progress

This commit is contained in:
okbel
2021-02-24 19:27:11 -03:00
44 changed files with 1255 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ export interface State {
displayToast: boolean
modalView: string
toastText: string
userAvatar: string
}
const initialState = {
@@ -17,6 +18,7 @@ const initialState = {
modalView: 'LOGIN_VIEW',
displayToast: false,
toastText: '',
userAvatar: '',
}
type Action =