use new sveltekit project
This commit is contained in:
8
packages/web/src/routes/+page.svelte
Normal file
8
packages/web/src/routes/+page.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
export let data;
|
||||
</script>
|
||||
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
||||
|
||||
<p>Message: {data.message}</p>
|
||||
Reference in New Issue
Block a user