Add new footer

This commit is contained in:
2022-12-25 17:10:35 -08:00
parent 688cd83481
commit 8aafff96dc
7 changed files with 44 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
import { LURE_WEB_API_URL } from '$env/static/public';
import Header from "../header.svelte";
import Footer from "../footer.svelte";
import { DoubleBounce } from 'svelte-loading-spinners';
import Icon from '@iconify/svelte';
@@ -123,4 +124,6 @@
</div>
{/await}
</section>
</section>
<Footer/>