<template>
<main class="flex flex-col min-h-svh">
<div class="flex-1 flex flex-col">
<slot />
</div>
</main>
</template>
<script setup></script>