coyotte508's picture
coyotte508 HF staff
🍱 Copy folders from huggingface.js
b2ecf7d
raw
history blame
140 Bytes
<script lang="ts">
import "../tailwind.css";
</script>
<div class="min-h-screen bg-gray-50 text-black dark:bg-gray-950">
<slot />
</div>