mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03: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);
|
|
};
|