import {createApp} from "vue" import Reg from "./registration.vue" const app = createApp(Reg).mount("#registration")