Primakov Alexandr Alexandrovich 2d2ed497ca init redux
2025-01-15 09:24:56 +03:00

4 lines
135 B
TypeScript

export const SET_STARS = 'SET_STARS'
export const INCREMENT_STARS = 'INCREMENT_STARS'
export const DECREMENT_STARS = 'DECREMENT_STARS'