vylbot-app/src/constants/MoonValues.ts
Ethan Lane 673b258fa9
All checks were successful
Test / build (push) Successful in 6s
Add pagination buttons
2024-07-04 19:21:52 +01:00

3 lines
84 B
TypeScript

export default class MoonValues {
public static readonly ListPageLength = 10;
}