3 lines
115 B
JavaScript
3 lines
115 B
JavaScript
import { INCREMENT_COUNTER } from './constants';
|
|
|
|
export const incrementCount = () => ({type: INCREMENT_COUNTER }); |