removed elements page

This commit is contained in:
2023-05-19 12:50:49 +10:00
parent 0e5c654b02
commit c43d5574b4

View File

@@ -5,11 +5,6 @@ import { useApplicationStore } from "../store/ApplicationStore";
import { updateSEOTags } from "../helpers/seo";
export const routes = [
{
path: "/elements",
name: "elements",
component: () => import("@/views/Elements.vue"),
},
{
path: "/",
name: "home",