mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
const welcome = require('../pages/welcome');
|
|
|
|
module.exports = function(state, emit) {
|
|
return welcome(state, emit);
|
|
};
|