mirror of
https://github.com/BradNut/svelteKitForBeginners
synced 2025-09-08 17:40:24 +00:00
5 lines
No EOL
73 B
Svelte
5 lines
No EOL
73 B
Svelte
<script lang="ts">
|
|
import '$root/styles/global.css'
|
|
</script>
|
|
|
|
<slot /> |