"use strict"; function migrationPage(req, res) { res.render('migration', {}); } module.exports = { migrationPage };