index.js 86 B

1234
  1. import Left from './Left.vue'
  2. import Right from './Right.vue'
  3. export { Left, Right }