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