Przeglądaj źródła

fix(routes): update routes

Lind 4 lat temu
rodzic
commit
8d2dc80963
1 zmienionych plików z 2 dodań i 2 usunięć
  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',
       },
     ],
   },