Quick Footer

+ Add generic footer
This commit is contained in:
2024-04-12 17:43:16 +10:00
parent 55fd49bfc6
commit 15f17daada
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -1,8 +1,11 @@
<script lang="ts">
import "../app.css";
import Navbar from "../components/navbar/navbar.svelte";
import Footer from "../components/footer.svelte";
</script>
<Navbar />
<slot />
<Footer />