Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 273 Bytes
e71d24a a084673 e71d24a a382c22 e71d24a a382c22 e71d24a |
1 2 3 4 5 6 7 8 9 10 11 12 |
<script>
import Sidebar from "$lib/components/sidebar/Sidebar.svelte";
import "$lib/styles/tailwind.css"
</script>
<div class="flex items-start">
<Sidebar />
<main id="app" class="px-6 py-10 lg:px-10 lg:py-12 flex-1 h-screen overflow-auto">
<slot />
</main>
</div>
|