ConceptPortal-public/rsconcept/frontend/src/pages/ManualsPage/items/HelpOssGraph.tsx
IRBorisov ed47b1b0d6
Some checks are pending
Frontend CI / build (18.x) (push) Waiting to run
Improve help UI
2024-06-10 11:58:23 +03:00

11 lines
152 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 HelpOssGraph() {
return (
<div>
<h1>Граф синтеза</h1>
<p>TBD.</p>
</div>
);
}
export default HelpOssGraph;