diff --git a/resources/js/router/index.js b/resources/js/router/index.js index 2489596..b2c95f3 100644 --- a/resources/js/router/index.js +++ b/resources/js/router/index.js @@ -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",