webpack/examples/hybrid-routing/aPage.js

3 lines
59 B
JavaScript

module.exports = function() {
return "This is page A.";
};