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 = "var(--theme-bg-primary)"; const baseColor = "var(--theme-bg-secondary)"; return (
); }