de2d4cd b99fcde 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 items-start justify-start overflow-auto h-screen lg:h-auto lg:overflow-hidden"> <Sidebar /> <slot /> </div>