Browse Source

feat(feedback): remove dashbroad

gemercheung 3 năm trước cách đây
mục cha
commit
09063889c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router/routes/modules/feedback.ts

+ 1 - 1
src/router/routes/modules/feedback.ts

@@ -17,7 +17,7 @@ const devices: AppRouteModule = {
     {
       path: 'list',
       name: 'feedbackList',
-      component: () => import('/@/views/dashboard/feedback/list.vue'),
+      component: () => import('/@/views/feedback/list.vue'),
       meta: {
         title: t('routes.dashboard.feedbackList'),
         icon: 'mdi:format-list-bulleted-square',