Vrda's picture
Deploy Learn Pathophysiology WC3 Edition
8b9f7d9
raw
history blame contribute delete
90 Bytes
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')