frovide.com/src/routes/register/+layout.svelte
pd0a6847 3a2b4ded8c
All checks were successful
main-branch-frovide/pipeline/head This commit looks good
Implement user authentication with email and password, update forms and schemas
2025-06-13 12:00:21 +09:00

5 lines
81 B
Svelte

<script lang="ts">
let { children } = $props();
</script>
{@render children()}