mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
11 lines
205 B
TypeScript
11 lines
205 B
TypeScript
function HelpConceptSynthesis() {
|
||
// prettier-ignore
|
||
return (
|
||
<div>
|
||
<h1>Синтез концептуальных схем</h1>
|
||
<p>TBD.</p>
|
||
</div>);
|
||
}
|
||
|
||
export default HelpConceptSynthesis;
|