owlboard-svelte/src/routes/+page.svelte

7 lines
202 B
Svelte
Raw Normal View History

2023-06-12 19:16:39 +01:00
<script>
2023-06-12 19:23:33 +01:00
import Menu from '../components/small-header.svelte'
2023-06-12 19:16:39 +01:00
</script>
<Menu />
2023-06-12 19:02:49 +01:00
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>