style: fix linting issues met Prettier
This commit is contained in:
parent
ef5c51b463
commit
11600b8be4
11 changed files with 578 additions and 541 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue