shulkerscript-webpage/src/pages/playground.astro

9 lines
285 B
Plaintext
Raw Normal View History

2024-06-20 15:43:14 +02:00
---
import PlaygroundComponent from '@components/Playground';
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
---
<StarlightPage frontmatter={{ title: 'Playground', template: "splash" }}>
<PlaygroundComponent client:only="react" />
</StarlightPage>