thomaswilson-sveltekit/src/routes/__layout.svelte

6 lines
67 B
Svelte
Raw Normal View History

<script>
import "../styles/thomaswilson.css";
</script>
<slot />