Fix build/layout issues

This commit is contained in:
2023-01-03 19:41:31 +00:00
parent 7f7e90a1b9
commit a902310138
4 changed files with 4 additions and 9 deletions

View File

@@ -2,7 +2,6 @@
import Nav from '../components/Nav.svelte';
import userManager from '../components/UserManager.svelte'
import Modal from '../components/Modal.svelte'
import Footer from '../components/Footer.svelte'
export let segment;
</script>
@@ -28,4 +27,4 @@
<slot></slot>
<Footer/>
<footer></footer>