const showMain = async ({ render }) => { render("main.eta"); }; export { showMain };