import { isMobile } from "react-device-detect"; import * as Skeleton from "react-loading-skeleton"; import "react-loading-skeleton/dist/skeleton.css"; export default function LoadingChat() { const highlightColor = "#3D4147"; const baseColor = "#2C2F35"; return (
); }