6 lines
123 B
Text
6 lines
123 B
Text
---
|
|
import { MiniRepl } from './MiniRepl';
|
|
const { tune } = Astro.props;
|
|
---
|
|
|
|
<MiniRepl tune={tune} client:only="react" />
|