fix: Add {@render children()} in mainLayout
This commit is contained in:
parent
12df35b8db
commit
ae6bf23e7f
@ -34,7 +34,9 @@
|
||||
<div class="flex items-center">
|
||||
<h1 class="text-lg font-semibold md:text-2xl">bello</h1>
|
||||
</div>
|
||||
<div class="flex flex-1 items-center justify-center rounded-lg border border-dashed border-black shadow-sm"></div>
|
||||
<div class="flex flex-1 items-center justify-center rounded-lg border border-dashed shadow-sm">
|
||||
{@render children()}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user