mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-23 05:33:13 -04: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" />
|