Spaces:
Running
Running
<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> | |