webpack/examples/hybrid-routing/bPage.js

3 lines
59 B
JavaScript
Raw Normal View History

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