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