ConceptPortal-public/rsconcept/frontend/src/pages/ManualsPage/items/HelpConceptSynthesis.tsx
2024-05-16 22:42:05 +03:00

11 lines
205 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function HelpConceptSynthesis() {
// prettier-ignore
return (
<div>
<h1>Синтез концептуальных схем</h1>
<p>TBD.</p>
</div>);
}
export default HelpConceptSynthesis;