fix: minirepl styles

This commit is contained in:
Felix Roos 2023-02-01 22:30:24 +01:00
parent 9ec3fee455
commit 6f5f8cc7d8
6 changed files with 7 additions and 9 deletions

View file

@ -1,7 +1,6 @@
---
import { MiniRepl } from './MiniRepl';
const { tune } = Astro.props;
import '@strudel.cycles/react/dist/style.css';
---
<MiniRepl tune={tune} client:only="react" />