removed elements page
This commit is contained in:
@@ -5,11 +5,6 @@ import { useApplicationStore } from "../store/ApplicationStore";
|
|||||||
import { updateSEOTags } from "../helpers/seo";
|
import { updateSEOTags } from "../helpers/seo";
|
||||||
|
|
||||||
export const routes = [
|
export const routes = [
|
||||||
{
|
|
||||||
path: "/elements",
|
|
||||||
name: "elements",
|
|
||||||
component: () => import("@/views/Elements.vue"),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
name: "home",
|
name: "home",
|
||||||
|
|||||||
Reference in New Issue
Block a user