Choices/src/scripts/actions/misc.js

5 lines
108 B
JavaScript
Raw Normal View History

2017-10-10 16:26:38 +02:00
/* eslint-disable import/prefer-default-export */
export const clearAll = () => ({
type: 'CLEAR_ALL',
});