mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-27 05:20:36 +03:00
8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
import InfoCstClass from '../../components/InfoCstClass';
|
|
|
|
function HelpCstClass() {
|
|
return <InfoCstClass header='Классы конституент' />;
|
|
}
|
|
|
|
export default HelpCstClass;
|