thomaswilson-sveltekit/src/routes/+layout.svelte

11 lines
128 B
Svelte
Raw Normal View History

<script>
import "../styles/thomaswilson.css";
</script>
2022-05-27 19:35:55 +00:00
<svelte:head>
<title>Thomas Wilson</title>
</svelte:head>
<slot />