Skip to content

Commit d275875

Browse files
committed
[examples] Fix styles in sveltekit examples
1 parent f773ecf commit d275875

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script lang="ts">
2+
import type { Snippet } from 'svelte';
3+
4+
import '@sjsf/basic-theme/css/basic.css';
5+
6+
const { children }: { children: Snippet } = $props()
7+
</script>
8+
9+
{@render children()}

0 commit comments

Comments
 (0)