mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-27 05:20:36 +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;
|