refactor: cambiar render a slot en AppShell y layouts
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>webui
parent
cdd0d38480
commit
0b4c9b8483
@ -1,8 +1,7 @@
|
||||
<script lang="ts">
|
||||
import AppShell from '$lib/ui/layout/AppShell.svelte';
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<AppShell>
|
||||
{@render children?.()}
|
||||
<slot />
|
||||
</AppShell>
|
||||
|
||||
Loading…
Reference in New Issue