mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
+ 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" />
|