UNPKG

410 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 content: require('./src/content'),
5 contentAnnotatedBy: require('./src/content-annotated-by'),
6 lists: require('./src/lists'),
7 mapping: require('./src/mapping'),
8 organisations: require('./src/organisations'),
9 pages: require('./src/pages'),
10 people: require('./src/people'),
11 search: require('./src/search'),
12 things: require('./src/things'),
13 hui: require('./src/hui')
14};