Added footer

This commit is contained in:
Mawoka
2022-03-28 18:44:33 +02:00
parent 20b4e46020
commit f1b36c97dc
7 changed files with 311 additions and 273 deletions
+10
View File
@@ -0,0 +1,10 @@
<script lang="ts">
import Footer from '$lib/footer.svelte';
</script>
<div class="min-h-screen flex flex-col">
<slot />
</div>
<div class="pt-4">
<Footer />
</div>