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