agents-js-oasst / src /routes /+layout.svelte
nsarrazin's picture
nsarrazin HF staff
add support for arbitrary HF endpoints
28e12d0
raw
history blame
160 Bytes
<script>
import ApiKeyModal from "$lib/components/ApiKeyModal.svelte";
import "../app.css";
</script>
<div class="p-4 max-w-xl mx-auto">
<slot />
</div>