diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-05 21:42:22 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-05 21:42:22 -0700 |
| commit | 400d772cc391d979747510776fa8acfb5a1d00cb (patch) | |
| tree | 55e1d4bd5bdbd65418e4d6f5822bd3c1c1fc1e32 /backend/src/config/constants.ts | |
| parent | 943014fd38a3d784542f78cd4625d1ef2e220980 (diff) | |
implement generic score viewer and import deduplication
Diffstat (limited to 'backend/src/config/constants.ts')
| -rw-r--r-- | backend/src/config/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/config/constants.ts b/backend/src/config/constants.ts new file mode 100644 index 0000000..45d559e --- /dev/null +++ b/backend/src/config/constants.ts @@ -0,0 +1 @@ +export const PAGE_SIZE = 25; |
