Getting rid of select-year test route

This commit is contained in:
Max 2021-11-15 15:19:14 -05:00
parent 07880f7abe
commit a5ecea24ca

View file

@ -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) {