mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
818cd9044b
+ update build and setup tasks + workflow + move repl test folder to root + move docs and repl to website/src
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
---
|
|
import { JsDoc } from './JsDoc';
|
|
const { name, h } = Astro.props;
|
|
---
|
|
|
|
<JsDoc name={name} h={h} client:only="react" />
|