Updated to work with live site

Added components from somewhere
fixed some css background image
This commit is contained in:
2020-08-20 19:56:24 +10:00
parent dc6580e21c
commit dce18f97d1
16 changed files with 885 additions and 4 deletions

View File

@ -1,6 +1,7 @@
<script>
import Nav from '../components/Nav.svelte';
import userManager from '../components/userManager.svelte'
import Modal from '../components/Modal.svelte'
export let segment;
</script>
@ -34,6 +35,7 @@
</style>
<Modal
<Nav {segment} rightComponent={userManager}/>
<slot></slot>