import { cn } from "../lib/utils"; export const ToolBubble = ({ text }: { text: string }) => (
{text}
);