Merge branch 'main' into feature/authentik
Some checks failed
Some checks failed
This commit is contained in:
commit
d7fe0e3965
56 changed files with 2782 additions and 602 deletions
|
@ -2,4 +2,5 @@ export interface Game {
|
|||
id: string;
|
||||
name: string;
|
||||
image: string;
|
||||
route: string;
|
||||
}
|
||||
|
|
Reference in a new issue