src/actions/index.js
export * from './app';
export * from './kyc';
export * from './map';
export * from './shop';
export * from './user';
export * from './transaction';

export * from './app';
export * from './kyc';
export * from './map';
export * from './shop';
export * from './user';
export * from './transaction';