agents-js-oasst / src /routes /+layout.svelte
nsarrazin's picture
nsarrazin HF staff
latest changes
895b8cc
raw
history blame
No virus
97 Bytes
<script>
import "../app.css";
</script>
<div class="p-4 max-w-2xl mx-auto">
<slot />
</div>