Remove unused
This commit is contained in:
parent
6eb95435ce
commit
5b26406011
@ -1,12 +1,10 @@
|
||||
<script>
|
||||
import Main from "./_Main.svelte";
|
||||
|
||||
export let name = "Test 2";
|
||||
</script>
|
||||
|
||||
<div class="w-full h-full">
|
||||
<main class="w-full h-full">
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
||||
|
||||
<Main name={name} />
|
||||
</div>
|
||||
<Main/>
|
||||
</main>
|
||||
Loading…
x
Reference in New Issue
Block a user