mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
refactor: remove comment block
This commit is contained in:
parent
3aca575271
commit
0a7d2eb7b4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!-- __layout.svelte -->
|
||||
<script>
|
||||
import Footer from '../components/Footer.svelte';
|
||||
import Nav from '../components/Nav.svelte';
|
||||
|
||||
export let routes = [
|
||||
|
@ -14,4 +14,5 @@
|
|||
<main>
|
||||
<Nav {routes} />
|
||||
<slot />
|
||||
<Footer />
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue