style: fix linting issues met Prettier
This commit is contained in:
parent
bed875c8d8
commit
6671ee0605
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
import type { ClassesResponse } from "@/controllers/classes.ts";
|
||||
import type { AssignmentDTO } from "@dwengo-1/common/interfaces/assignment";
|
||||
import { useCreateAssignmentMutation } from "@/queries/assignments.ts";
|
||||
import { AccountType } from '@dwengo-1/common/util/account-types';
|
||||
import { AccountType } from "@dwengo-1/common/util/account-types";
|
||||
|
||||
const route = useRoute();
|
||||
const router = useRouter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue