mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
11 lines
204 B
TypeScript
11 lines
204 B
TypeScript
![]() |
function HelpConceptRelations() {
|
|||
|
// prettier-ignore
|
|||
|
return (
|
|||
|
<div>
|
|||
|
<h1>Связи между конституентами</h1>
|
|||
|
<p>TBD</p>
|
|||
|
</div>);
|
|||
|
}
|
|||
|
|
|||
|
export default HelpConceptRelations;
|