Strict boolean checks
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / router / index.ts
index 0857e041cb52a97953482b940329657560fe82b9..869f8bdddc0d4e38b5afeda37527f3f6f2817379 100644 (file)
@@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router';
 import type { RouteRecordRaw } from 'vue-router';
 import ChargingStationsView from '@/views/ChargingStationsView.vue';
 
-const routes: Array<RouteRecordRaw> = [
+const routes: RouteRecordRaw[] = [
   {
     path: '/',
     name: 'charging-stations',