import { Bot } from 'lucide-react'; import { motion } from 'framer-motion'; export default function TypingIndicator() { return (
IBM Bob is reasoning
{[0, 1, 2].map((item) => ( ))}
); }