X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Frouter%2Findex.ts;h=5a6eca115af9618365f979339fed312ca325991d;hb=8f3233c2c8819e361c598519f9b1d17ad5cc7cdb;hp=4a52c411a0cbc7ce4cb575414546c6236d07b45c;hpb=0f71040c472ecc24460c7bf791c35a9e9fbef27c;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/router/index.ts b/ui/web/src/router/index.ts index 4a52c411..5a6eca11 100644 --- a/ui/web/src/router/index.ts +++ b/ui/web/src/router/index.ts @@ -1,4 +1,4 @@ -import { createRouter, createWebHistory, type RouteRecordRaw } from 'vue-router'; +import { type RouteRecordRaw, createRouter, createWebHistory } from 'vue-router'; import ChargingStationsView from '@/views/ChargingStationsView.vue'; const routes: RouteRecordRaw[] = [