init redux

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-01-15 09:24:56 +03:00
parent 05b5843c08
commit 2d2ed497ca
11 changed files with 153 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
export const SET_STARS = 'SET_STARS'
export const INCREMENT_STARS = 'INCREMENT_STARS'
export const DECREMENT_STARS = 'DECREMENT_STARS'