let account = { display: function(){ console.log("account page"); } } module.exports = account;