X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fweb%2Fsrc%2Frouter%2Findex.ts;h=869f8bdddc0d4e38b5afeda37527f3f6f2817379;hb=5f7e72c1538ebf67dc5de3c29840f7b4da6704f8;hp=0857e041cb52a97953482b940329657560fe82b9;hpb=156cab2c873524cf2d45013d98679b32910b40b0;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/src/router/index.ts b/src/ui/web/src/router/index.ts index 0857e041..869f8bdd 100644 --- a/src/ui/web/src/router/index.ts +++ b/src/ui/web/src/router/index.ts @@ -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 = [ +const routes: RouteRecordRaw[] = [ { path: '/', name: 'charging-stations',