pull/3542/head
Joseph Izang 2 years ago
parent a3e7973d08
commit 56dced8462
  1. 1
      libs/remix-ui/docgenclient-ui/src/lib/docgenclient-ui.tsx

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