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

6 lines
170 B
TypeScript
Raw Normal View History

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