Skyler Grey | 7177bbd | 2023-06-01 03:26:31 +0200 | [diff] [blame] | 1 | <script> |
2 | import { BackgroundStars } from '$components/decoration/BackgroundStars'; | ||||
3 | import '../app.postcss'; | ||||
4 | import '../app.postcss'; | ||||
5 | </script> | ||||
6 | |||||
7 | <slot /> | ||||
8 | |||||
9 | <BackgroundStars /> |