refactor: refactor and clean up of home.component.ts
This commit is contained in:
parent
9104c6eb2c
commit
f09935564d
3 changed files with 14 additions and 34 deletions
5
frontend/src/app/model/Game.ts
Normal file
5
frontend/src/app/model/Game.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface Game {
|
||||
id: string;
|
||||
name: string;
|
||||
image: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue