Adding profile component (de)activation logic

This commit is contained in:
2022-09-02 17:55:19 +02:00
parent 18a02f0940
commit 47c494653c
18 changed files with 174 additions and 133 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {Player} from './player';
import {Announcement} from './enums/announcement';
import { Solo } from './enums/solo';
import {Solo} from './enums/solo';
export interface Game {
gameId: number;