export function DefaultNoData() {
return <div className='p-2 text-center'>Данные отсутствуют</div>;
}