Adding new routing logic ... broken for the moment

This commit is contained in:
Matthew Aaron Raymer
2022-12-07 17:59:37 +08:00
parent ed23317b0f
commit 39f2d73007
3 changed files with 23 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
import { createPinia } from "pinia";
import { createApp } from "vue";
import { useAppStore } from "./store/app";
import App from "./App.vue";
import "./registerServiceWorker";
import router from "./router";