index.js 98 B

12345678
  1. import authActions from './auth';
  2. export default {
  3. ...authActions,
  4. ...categoryActions
  5. }