Cleanup frontend code

This commit is contained in:
2026-02-15 20:27:12 -05:00
parent b6d6c23eeb
commit 20f294b8d7
4 changed files with 310 additions and 389 deletions

View File

@@ -2,8 +2,6 @@ import { createApp } from "vue";
import App from "./App.vue";
import { createRouter, createWebHashHistory } from "vue-router";
import "./theme.css";
const routes = [
{
path: '/:pathMatch(.*)*',