bergere-enchantee / src /routes /+layout.svelte
coyotte508's picture
coyotte508 HF staff
➕ Add Unocss integration
c697336
raw
history blame
118 Bytes
<script lang="ts">
import 'uno.css'
</script>
<h1 class="text-sunray">title</h1>
<slot></slot>
<style>
</style>