diff options
Diffstat (limited to 'lib/utils/index.js')
-rw-r--r-- | lib/utils/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/index.js b/lib/utils/index.js index 155e723..dbc4087 100644 --- a/lib/utils/index.js +++ b/lib/utils/index.js @@ -1,3 +1,4 @@ module.exports = { lang: require('./lang'), + links: require('./links') }; |