index.js 92 B

1234
  1. import Login from './Login.vue'
  2. import Footer from './Footer.vue'
  3. export { Login, Footer }