Merge branch 'dev' into lint-action-setup
This commit is contained in:
commit
a4d34afcb3
32 changed files with 3116 additions and 2918 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Entity, Enum, ManyToOne } from '@mikro-orm/core';
|
||||
import { Student } from '../users/student.entity';
|
||||
import { Class } from './class.entity';
|
||||
import { Student } from '../users/student.entity.js';
|
||||
import { Class } from './class.entity.js';
|
||||
|
||||
@Entity()
|
||||
export class ClassJoinRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue