style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-14 14:53:04 +00:00
parent 8e2643f596
commit d88add8351
9 changed files with 48 additions and 52 deletions

View file

@ -1,5 +1,5 @@
import { UserDTO } from './user';
import {ClassStatus} from "../util/class-join-request";
import { ClassStatus } from '../util/class-join-request';
export interface TeacherInvitationDTO {
sender: string | UserDTO;