Updated to work with live site Added components from somewhere fixed some css background image
This commit is contained in:
parent
faf1fb29b8
commit
a046f7c3f2
16 changed files with 885 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue