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