summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index 8fbc605..2caf6a4 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,3 +1,4 @@
module.exports = {
- summary: require('./summary')
+ summary: require('./summary'),
+ page: require('./page'),
};