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