Browse Source

ajuste import padronizacao na page

Gustavo Zanatta 4 ngày trước cách đây
mục cha
commit
573671c862
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/routes/customSchedules.route.js

+ 1 - 1
src/router/routes/customSchedules.route.js

@@ -2,7 +2,7 @@ export default [
   {
     path: 'custom-schedules',
     name: 'CustomSchedulesPage',
-    component: () => import('src/pages/opportunity/CustomSchedulesPage.vue'),
+    component: () => import('pages/opportunity/CustomSchedulesPage.vue'),
     meta: {
       title: 'opportunities.title',
       requireAuth: true,