5 lines
199 B
JavaScript
5 lines
199 B
JavaScript
"use strict";
|
|
|
|
// Note: this doesn't check for conflicts between module exports
|
|
module.exports = Object.assign({}, require(`./page-data`), require(`./render-html`));
|
|
//# sourceMappingURL=child.js.map
|