Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
StarrySkySites
/
3afac09ac687e88e376b42458fdb4c81886db703
/
.
/
apps
/
a
/
src
/
routes
/
+layout.svelte
blob: 488efadca866d6260025eefc5ab71555d2462004 [
file
] [
log
] [
blame
]
<script>
import
{
BackgroundStars
}
from
'$components/decoration/BackgroundStars'
;
import
'../app.postcss'
;
import
'../app.postcss'
;
</script>
<slot
/>
<BackgroundStars
/>