mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-13 06:38:29 +00:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
---
|
|
import { MiniRepl } from './MiniRepl';
|
|
const { tune } = Astro.props;
|
|
---
|
|
|
|
<MiniRepl tune={tune} client:only="react" />
|