fox-send/app/routes/home.js

6 lines
121 B
JavaScript
Raw Normal View History

2018-01-30 20:15:09 +00:00
const welcome = require('../pages/welcome');
module.exports = function(state, emit) {
return welcome(state, emit);
};