/** * components that will be export */ import SignIn from './SignIn.vue'; import SignUp from './SignUp.vue'; export { SignIn, SignUp };