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