<script setup lang="ts">

</script>

<template>
  <div class="h-screen flex items-center justify-center overlay">
    <UButton
        icon="i-heroicons-home"
        label="Accueil"
        to="/"
        color="black"
        class="absolute top-4"
    />

    <slot/>
  </div>
</template>

<style scoped>

</style>