Add temp navbar
This commit is contained in:
15
src/routes/+layout.svelte
Normal file
15
src/routes/+layout.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import NavBar from '$lib/components/NavBar.svelte';
|
||||
import '../app.css';
|
||||
</script>
|
||||
|
||||
<NavBar />
|
||||
<div>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user