thomaswilson-sveltekit/src/routes/+layout.svelte
2022-08-21 17:18:06 +01:00

10 lines
128 B
Svelte

<script>
import "../styles/thomaswilson.css";
</script>
<svelte:head>
<title>Thomas Wilson</title>
</svelte:head>
<slot />