import { Skeleton } from '@/components/ui/skeleton' import { useAppearance } from '@/hooks/useAppearance' import { cn } from '@/lib/utils' import { IconCircleCheckFilled } from '@tabler/icons-react' export function ChatWidthSwitcher() { const { chatWidth, setChatWidth } = useAppearance() return (
) }