The signup page needs its own brand panel, so the shared layout becomes a simple slot. Login page now owns its brand panel markup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
81 B
Svelte
6 lines
81 B
Svelte
<script lang="ts">
|
|
let { children } = $props();
|
|
</script>
|
|
|
|
{@render children()}
|