create rounds

This commit is contained in:
unurled 2025-07-07 19:22:26 +00:00
parent 4430dc0293
commit 592da87c26
No known key found for this signature in database
GPG key ID: 63B897371792D3D8
7 changed files with 73 additions and 39 deletions

View file

@ -14,7 +14,7 @@ export interface NavItem {
}
export enum SchedulingMode {
single = 'signle',
single = 'single',
double = 'double',
swiss = 'swiss',
round_robin = 'round_robin',