import React from 'react'; // Added missing BrainIcon component used in ChatBot header export const BrainIcon = () => ( ); export const CuteRobot = ({ className }: { className?: string }) => ( ); export const FunGear = () => ( );