Browse Source

fix(routes): update routes

Lind 5 năm trước cách đây
mục cha
commit
8d2dc80963
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config/routes.ts

+ 2 - 2
config/routes.ts

@@ -106,13 +106,13 @@
         path: '/device/firmware',
         name: 'firmware',
         icon: 'smile',
-        component: './device/firmware',
+        component: './device/Firmware',
       },
       {
         path: '/device/alarm',
         name: 'alarm',
         icon: 'smile',
-        component: './device/alarm',
+        component: './device/Alarm',
       },
     ],
   },