Home Reference Source

src/actions/index.js

import * as tellers from './tellers';

export default {
  tellers,
};