'use client'; import { formatChatDateLabel } from '@/lib/chat-date-utils'; export function ChatDateSeparator({ date }: { date: string }) { return (