File size: 294 Bytes
de2d4cd
 
 
 
 
fbf8165
de2d4cd
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
	import Sidebar from '$lib/components/sidebar/Sidebar.svelte';
	import '$lib/styles/tailwind.css';
</script>

<div class="app flex xl:flex-row flex-col items-start justify-start overflow-y-auto overflow-x-hidden h-screen lg:h-auto lg:overflow-hidden">
	<Sidebar />

	<slot />

</div>