update file structure

This commit is contained in:
Fractal-Tess
2022-09-04 03:08:28 +03:00
parent ed7c397871
commit 792168638b
7 changed files with 11 additions and 22 deletions

View File

@@ -1,9 +1,8 @@
<script lang="ts">
import { fade } from 'svelte/transition';
import Header from '$lib/example/header/Header.svelte';
import Header from '$lib/components/Header.svelte';
import Index from '$lib/Index.svelte';
import Footer from '$lib/example/footer/Footer.svelte';
import { theme } from '$lib/stores/theme';
@@ -21,6 +20,5 @@
<main class="flex-1" in:fade={{ delay: 300, duration: 1000 }}>
<Index />
</main>
<Footer />
</div>
{/await}