ConceptPortal-public/rsconcept/frontend/src/features/help/items/ui/HelpCstClass.tsx
Ivan 74473f4cb5
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
R: Remove all default exports
2025-02-19 23:30:35 +03:00

6 lines
170 B
TypeScript

import { InfoCstClass } from '../../components/InfoCstClass';
export function HelpCstClass() {
return <InfoCstClass header='Классы конституент' />;
}