webpack/examples/hybrid-routing/bPage.js

3 lines
59 B
JavaScript

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