import { Text } from "@react-email/components"; export const Warning = ({ children }: { children: React.ReactNode }) => ( {children} );