mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 01:03:23 +03:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
|
module.exports = {
|
||
|
includeCount: require('./include-count'),
|
||
|
pagination: require('./pagination')
|
||
|
};
|