webpack/examples/hybrid-routing/aPage.js

3 lines
59 B
JavaScript
Raw Normal View History

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