strudel/website/src/docs/MiniRepl.astro
2023-02-01 22:30:24 +01:00

7 lines
123 B
Plaintext

---
import { MiniRepl } from './MiniRepl';
const { tune } = Astro.props;
---
<MiniRepl tune={tune} client:only="react" />