diff --git a/src/modules/15_development/router.ts b/src/modules/15_development/router.ts index 60eae18d7..c8956b51a 100644 --- a/src/modules/15_development/router.ts +++ b/src/modules/15_development/router.ts @@ -11,8 +11,8 @@ const historyAdd = () => import('@/modules/15_development/components/history/Add const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue') const ScholarshipDetail = () => import("@/modules/15_development/components/scholarship/DetailView.vue"); -const historyAdd = () => - import("@/modules/15_development/components/history/AddPage.vue"); +// const historyAdd = () => +// import("@/modules/15_development/components/history/AddPage.vue"); export default [ { path: "/development",