1
2
3
4
5
6
import { welcomeEmail } from "https://esm.town/v/rodrigotello/welcomeEmail";
export let welcomeEmailTest = console.email({
html: welcomeEmail,
subject: `Welcome to Val Town`,
});