import App from '@playground/App.vue'
import { createApp } from 'vue'

createApp(App).mount('#app')
