4 lines
83 B
Svelte
4 lines
83 B
Svelte
<div class="flex justify-center w-full min-h-screen bg-base-200">
|
|
<slot />
|
|
</div>
|