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

6 lines
123 B
Text

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