blob: 90cc1bcebfa205638084e401ca62c5ff9da6c1bf [file] [log] [blame]
Skyler Grey51e9e632023-06-03 10:20:11 +02001<script>
2 import { BackgroundStars } from '$components/decoration/BackgroundStars';
3 import '../app.postcss';
Skyler Grey51e9e632023-06-03 10:20:11 +02004</script>
5
6<slot />
7
8<BackgroundStars starCount={20} />