import { AlertCircleIcon } from 'lucide-react'; export function DataNotFound({ title }: { readonly title: string }) { return (
{title}
); }