const { $ } = require("./helpers"); function init(ctx) { $("btn-welcome-add").addEventListener("click", ctx.showAddWalletView); } module.exports = { init };