diff --git a/src/router/index.js b/src/router/index.js index 5b54028a3..836a6256e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4,7 +4,6 @@ import { lazyLoadComponent } from "@/router/dynamic-routing/component-loader.js" import ComponentTest from "@/layouts/componentTest/componentTest.vue"; import NotFound from "@/layouts/notFound/notFound.vue"; import store from "@/store"; -import selectYear from '@/layouts/selectYear/selectYear.vue'; const routes = [ { @@ -17,11 +16,6 @@ const routes = [ name: "ComponentTest", component: ComponentTest, }, - { - path: '/select-year', - component: selectYear, - name: "selectYear" - }, { path: "/", beforeEnter(to, from, next) {