Added json content display and updated styling on main card item.

This commit is contained in:
2023-09-04 22:47:39 +01:00
parent 94cc74bcdb
commit bb14189833
9 changed files with 131 additions and 24 deletions

View File

@@ -1,8 +1,5 @@
<script>
import Main from './Main.svelte';
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>