got a basic dashboard going

This commit is contained in:
2026-06-01 16:30:02 -06:00
parent e5e45043a8
commit 1d00b8e171
14 changed files with 753 additions and 58 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
import router from './router/index.js'
createApp(App).mount('#app')
createApp(App).use(router).mount('#app')