Updated to work with live site

Added components from somewhere
fixed some css background image
This commit is contained in:
Ben Parsons 2020-08-20 19:56:24 +10:00
commit 94c60f2251
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>