Skip to content

Commit

Permalink
moves check-in under admin/events
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Dec 26, 2023
1 parent 4159eed commit dace60d
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/routes/(admin)/admin/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
<slot />
<script>
import Footer from '$components/footer/Footer.svelte';
import NavBar from '$components/navigation/admin/NavBar.svelte';
</script>

<div class="flex min-h-screen flex-col">
<NavBar />

<div class="mt-12 flex-grow">
<slot />
</div>
<Footer />
</div>

0 comments on commit dace60d

Please sign in to comment.