import { IconRobot } from '@tabler/icons-react'; import { FC } from 'react'; interface Props { } export const ChatLoader: FC = () => { return (
); };