index.js 95 B

1234
  1. import Header from './header.vue'
  2. import Footer from './footer.vue'
  3. export { Header, Footer }