import React from 'react'; import { motion } from 'framer-motion'; import { AcademicCapIcon } from '@heroicons/react/24/solid'; const TypingIndicator = ({ darkMode }) => { return (
); }; export default TypingIndicator;