feat: credits page

This commit is contained in:
afn
2022-10-12 02:54:07 -04:00
parent 85dd6b8a0b
commit b0ab7c126b
8 changed files with 133 additions and 63 deletions

View File

@@ -1,7 +1,5 @@
<script lang="ts">
import NavHost from "$lib/components/molecules/NavHost.svelte";
import Wave from '$lib/components/atoms/Wave.svelte';
import '../app.css';
</script>
@@ -20,4 +18,3 @@
<NavHost/>
<slot />
<Wave />