change file structure
Reviewed-on: #21 Reviewed-by: Get in my car i have candy <huydw@proton.me>
This commit is contained in:
4
src/app/qualification/Qualification.ts
Normal file
4
src/app/qualification/Qualification.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export class Qualification {
|
||||
constructor(public id: number, public skill?: string) {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user