application.ts 159 B

123
  1. import { noPayloadActionCreatorFactory } from 'app/core/redux';
  2. export const toggleLogActions = noPayloadActionCreatorFactory('TOGGLE_LOG_ACTIONS').create();