mirror of
https://github.com/bogdancornescu/Faro.git
synced 2026-07-08 19:20:47 +02:00
8 lines
108 B
Svelte
8 lines
108 B
Svelte
<script lang="ts">
|
|
import '../app.css';
|
|
|
|
const { children } = $props();
|
|
</script>
|
|
|
|
{@render children()}
|