import { Link } from '../custom/link'; import { Note } from './components/note'; import Email from './template'; export default function UnsubscribeTemplate() { return { subject: 'Unsubscribe confirmation', template: (

You have been successfully unsubscribed from our newsletter. You won't receive any further communications from us unless you explicitly opt-in again.

If you have any questions or concerns, please feel free to{' '} contact us . } /> ) }; }