Update colours and fix errors in console

This commit is contained in:
2026-02-14 16:59:42 -05:00
parent e8dc79f981
commit 87f98fa8c0
4 changed files with 19 additions and 45 deletions

View File

@@ -6,7 +6,12 @@ import "./theme.css";
import { registerPlugins } from "@/plugins";
const routes = [];
const routes = [
{
path: '/:pathMatch(.*)*',
component: App,
},
];
const router = createRouter({
history: createWebHashHistory(),