export const Quote = ({ data, children, }: { data: string; children?: React.ReactNode; }) => { return (
🧨
Roasting