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