style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-21 06:30:38 +00:00
parent ef5c51b463
commit 11600b8be4
11 changed files with 578 additions and 541 deletions

View file

@ -73,7 +73,7 @@ const router = createRouter({
},
{
path: "/assignment",
meta: {requiresAuth: true},
meta: { requiresAuth: true },
children: [
{
path: "create",
@ -85,7 +85,7 @@ const router = createRouter({
name: "SingleAssigment",
component: SingleAssignment,
},
]
],
},
{
path: "/class/:id",