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