style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-15 19:01:10 +00:00
parent 7da52284e6
commit bb2eacdc4c
19 changed files with 26 additions and 26 deletions

View file

@ -1,4 +1,4 @@
export enum AccountType {
Student = 'student',
Teacher = 'teacher'
Teacher = 'teacher',
}