actions.js 76 B

123456789
  1. export function action() {
  2. return {
  3. type: 'ACTION',
  4. };
  5. }