index.js 101 B

123
  1. import MainHeader from './Header.vue'
  2. import MainNav from './Nav.vue'
  3. export { MainHeader, MainNav }