사소한 리팩토링 2

This commit is contained in:
static
2025-01-30 20:32:38 +09:00
parent 0a5ef2b970
commit 36006a9b72
3 changed files with 7 additions and 5 deletions

View File

@@ -4,6 +4,6 @@
let { children } = $props();
</script>
<AdaptiveDiv class="flex min-h-screen flex-grow flex-col">
<AdaptiveDiv class="flex min-h-screen flex-col">
{@render children()}
</AdaptiveDiv>