// redux/constants.ts export const GET_MOVES = 'FETCH_MOVES'; export const CREATE_MOVE = 'CREATE_MOVE'; export const UPDATE_MOVE = 'UPDATE_MOVE'; export const DELETE_MOVE = 'DELETE_MOVE';