formies/frontend/src/routes/+layout.svelte
Mohamad 827809c514
Some checks failed
Build and Deploy / build (push) Failing after 7s
added basic auth
2024-12-30 13:08:26 +01:00

7 lines
95 B
Svelte

<script>
import '../app.css';
let { children } = $props();
</script>
{@render children?.()}