import Email from './template'; export default function UnsubscribeTemplate() { return { subject: 'Unsubscribe confirmation', template: ( You have unsubscribed from the newsletter.} /> ), }; }