github-actions[bot]
Deploy to Hugging Face Space
abf702c
raw
history blame contribute delete
111 Bytes
import { createApp } from 'vue'
import './index.css'
import App from './App.vue'
createApp(App).mount('#app')