4 lines
91 B
Svelte
4 lines
91 B
Svelte
<div class="flex justify-center items-center w-full min-h-screen h-full">
|
|
<slot />
|
|
</div>
|