Added "card scores" page to "add game" component, startet on score calculation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export enum Team {
|
||||
RE = 0,
|
||||
CONTRA = 1
|
||||
RE = 'Re',
|
||||
CONTRA = 'Contra'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user