import { IconMessages } from '@tabler/icons-react' interface ChatButtonProps { onClick: () => void } export default function ChatButton({ onClick }: ChatButtonProps) { return ( ) }