import { Html, Head, Preview, Body, Container, Img, Link, Text, } from '@react-email/components' import { main, container, footer, link } from '../styles' import { env } from '@typebot.io/env' type Props = { children: React.ReactNode preview: string } export const NewsletterLayout = ({ preview, children }: Props) => (