fix: integratie user + errors gefixt zodat het runt + format
This commit is contained in:
parent
6c4ea0eefb
commit
1b096b411b
55 changed files with 858 additions and 594 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Teacher } from '../../entities/users/teacher.entity.js';
|
||||
import {UserRepository} from "./user-repository.js";
|
||||
import { UserRepository } from './user-repository.js';
|
||||
|
||||
export class TeacherRepository extends UserRepository<Teacher> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue