chat-ui / src /routes /+layout.svelte
Adrien Denat
migrate to integrated Tailwind instead of CDN
cbb996c
raw
history blame
No virus
64 Bytes
<script lang="ts">
import '../styles.css';
</script>
<slot />