export default function ChatBubble({ reply = false, bg = "blue-dark", fg = "slate-50", children, }) { return (
{children}
); }