ConceptPortal-public/rsconcept/frontend/src/features/help/items/ui/HelpCstClass.tsx

8 lines
189 B
TypeScript
Raw Normal View History

import InfoCstClass from '../../components/InfoCstClass';
2024-05-09 12:37:13 +03:00
function HelpCstClass() {
return <InfoCstClass header='Классы конституент' />;
}
export default HelpCstClass;