Remove space

This commit is contained in:
2026-05-14 15:58:08 +02:00
parent f152d39db8
commit a45e208f9b
+1 -1
View File
@@ -44,7 +44,7 @@ const routes = [
},
];
const router = createRouter({
const router = createRouter({
history: createWebHistory(),
routes
});