init redux
This commit is contained in:
3
src/__data__/const.ts
Normal file
3
src/__data__/const.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const SET_STARS = 'SET_STARS'
|
||||
export const INCREMENT_STARS = 'INCREMENT_STARS'
|
||||
export const DECREMENT_STARS = 'DECREMENT_STARS'
|
||||
Reference in New Issue
Block a user