24
1
Fork 0
drop.chapril.org-firefoxsend/app/routes/home.js

6 lines
121 B
JavaScript

const welcome = require('../pages/welcome');
module.exports = function(state, emit) {
return welcome(state, emit);
};