index.js 84 B

1234
  1. import list from './list';
  2. import main from './main';
  3. export default [list, main];