7 lines
204 B
Svelte
7 lines
204 B
Svelte
<script>
|
|
import Menu from '/src/components/small-header.svelte'
|
|
</script>
|
|
<Menu />
|
|
<h1>Welcome to SvelteKit</h1>
|
|
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|