mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
function defaultNoDataComponent() {
|
||
return <div className='p-2 text-center'>Данные отсутствуют</div>;
|
||
}
|
||
|
||
export default defaultNoDataComponent;
|