index.js 72 B

12345
  1. import authActions from './auth';
  2. export default {
  3. ...authActions
  4. }