<script lang="ts">
export default {
name: 'EmptyLayout',
}
</script>
<template>
<NuxtLayout class="h-screen">
<slot></slot>
</NuxtLayout>
</template>