Portal/rsconcept/frontend/src/features/help/items/ui/help-cst-class.tsx

6 lines
172 B
TypeScript
Raw Normal View History

2025-03-12 11:54:32 +03:00
import { InfoCstClass } from '../../components/info-cst-class';
2024-06-07 20:17:03 +03:00
2025-02-19 23:29:45 +03:00
export function HelpCstClass() {
2024-06-07 20:17:03 +03:00
return <InfoCstClass header='Классы конституент' />;
}