mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-09 09:11:01 +00:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
/*
|
|
Number of results shown per search results page
|
|
*/
|
|
export const RESULTS_PER_PAGE = 10;
|