Created new main card and created a container for inner element of main page.
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
<script>
|
||||
import Main from './Main.svelte';
|
||||
</script>
|
||||
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
||||
|
||||
<Main></Main>
|
Reference in New Issue
Block a user