vitorsalgado/react-web-starter

View on GitHub
src/core/Counter/CounterActionTypes.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const CounterActionTypes = {
  INCREMENT: 'counter/INCREMENT',
  DECREMENT: 'counter/DECREMENT',
}