first
This commit is contained in:
commit
3b669918d0
59 changed files with 16928 additions and 0 deletions
6
frontend/src/app/Hello.ts
Normal file
6
frontend/src/app/Hello.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export class Hello {
|
||||
constructor(public id?: number,
|
||||
public message?: string,
|
||||
) {
|
||||
}
|
||||
}
|
Reference in a new issue