mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-28 06:23:09 -05:00
* Add types * Delete stuff * wip * findAllBetweenTwoTimestamps refactor * wip * wip * wip * wip * wip * wip * wip * Fixes * wip * wip * Fix InfoPopover button styling * wip * wip * wip * Merge branch 'rewrite' into new-calendar * wip * wip * wip * wip * Rename myform -> sendouform * wip * wip * wip * wip * wip * wip * wip * wip * wip * rename * fix test
3 lines
121 B
TypeScript
3 lines
121 B
TypeScript
export const gamesShort = ["S1", "S2", "S3"] as const;
|
|
export const versusShort = ["1v1", "2v2", "3v3", "4v4"] as const;
|