style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-15 17:38:24 +00:00
parent 064897acd5
commit 25cb1d248f
5 changed files with 7 additions and 11 deletions

View file

@ -14,7 +14,7 @@ import UserHomePage from "@/views/homepage/UserHomePage.vue";
import SingleTheme from "@/views/SingleTheme.vue";
import LearningObjectView from "@/views/learning-paths/learning-object/LearningObjectView.vue";
import authService from "@/services/auth/auth-service";
import {allowRedirect, Redirect} from "@/utils/redirect.ts";
import { allowRedirect, Redirect } from "@/utils/redirect.ts";
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),