import * as React from "react" import { Body, Container, Head, Html, Img, Preview, Section, Text } from "@react-email/components" import { EMAIL_COLORS } from "./tokens" import { getEmailAssetUrl } from "./utils" export function RavenEmailLayout({ preview, title, children, }: { preview?: string title: string children: React.ReactNode }) { return (
|
|
|