import { createApp } from 'vue'
import App from './page/DataMonitorPage.vue'
import './assets/css/main.css'
createApp(App).mount('#app')