+ update build and setup tasks + workflow + move repl test folder to root + move docs and repl to website/src
6 lines
123 B
Text
6 lines
123 B
Text
---
|
|
import { JsDoc } from './JsDoc';
|
|
const { name, h } = Astro.props;
|
|
---
|
|
|
|
<JsDoc name={name} h={h} client:only="react" />
|