Vincentran's picture
Upload E-Commerce Product Intelligence Dashboard (frontend + backend)
67c9653
raw
history blame contribute delete
110 Bytes
import { createApp } from 'vue'
import App from './App.vue'
import './index.css'
createApp(App).mount('#app')