This commit is contained in:
Primakov Alexandr Alexandrovich
2025-01-23 18:30:45 +03:00
parent 67fa902c75
commit 4b869ffe7a
13 changed files with 208 additions and 43 deletions

View File

@@ -1,3 +1,8 @@
export const SET_STARS = 'SET_STARS'
export const INCREMENT_STARS = 'INCREMENT_STARS'
export const DECREMENT_STARS = 'DECREMENT_STARS'
export const USER_FETCH = 'USER_FETCH'
export const USER_FETCH_SUCCESS = 'USER_FETCH_SUCCESS'
export const USER_FETCH_ERROR = 'USER_FETCH_ERROR'
export const USER_FETCH_RESET = 'USER_FETCH_RESET'