"use client"; import { EmptyState } from "@/components/ds"; export function ExperienceEmptyState({ title = "موردی یافت نشد", description, }: { title?: string; description?: string; }) { return ( ); }