X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Frouter%2Findex.ts;h=1015d92361787bd1405a90a1f38408cfad7acb43;hb=cfab8dc9ea7801746461d4e8d6ac9852deb678b5;hp=b58a4d2a506d7e5f9c9f94a153bd1d7a7d0061ee;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/router/index.ts b/ui/web/src/router/index.ts index b58a4d2a..1015d923 100644 --- a/ui/web/src/router/index.ts +++ b/ui/web/src/router/index.ts @@ -5,13 +5,13 @@ const routes: RouteRecordRaw[] = [ { path: '/', name: 'charging-stations', - component: ChargingStationsView, - }, + component: ChargingStationsView + } ] const router = createRouter({ history: createWebHistory(), - routes, + routes }) export default router