4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
// PAGE SIZE
|
||
|
export const PAGE_SIZE = 50;
|
||
|
export const LATEST_PAGE_SIZE = 20;
|