lynxkite / web /src /main.ts
darabos's picture
Baklava.js working.
1a56106
raw
history blame
110 Bytes
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
createApp(App).mount('#app')