Added "card scores" page to "add game" component, startet on score calculation

This commit is contained in:
2022-09-10 20:41:18 +02:00
parent a9aca1351c
commit 68e35fc5bc
6 changed files with 145 additions and 18 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
export enum Team {
RE = 0,
CONTRA = 1
RE = 'Re',
CONTRA = 'Contra'
}