index.js 58 B

1234
  1. import basic from './basic';
  2. export default {
  3. basic,
  4. }