mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
![]() |
import InfoCstClass from '@/components/info/InfoCstClass';
|
||
|
|
||
|
function HelpCstClass() {
|
||
|
return <InfoCstClass header='Классы конституент' />;
|
||
|
}
|
||
|
|
||
|
export default HelpCstClass;
|