pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent ddcaaaea0e
commit 0d33034ea4
  1. 1
      libs/remix-ui/docgenclient-ui/src/lib/docgenclient-ui.tsx

@ -5,6 +5,7 @@ export function RemixUiDocgenClient() {
return ( return (
<div> <div>
<h1 className="h1">DocgenClientUI</h1> <h1 className="h1">DocgenClientUI</h1>
<p className="p">This is a plugin that allows you to generate documentation for your smart contracts.</p>
</div> </div>
) )
} }
Loading…
Cancel
Save