Explorar el Código

fix(routes): update routes

Lind hace 4 años
padre
commit
8d2dc80963
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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',
       },
     ],
   },