<script setup lang="ts">
</script>
<template>
<div class="min-h-screen flex flex-col">
<AppHeader />
<main class="flex-1 pt-64px">
<slot />
</main>
<AppFooter />
</div>
</template>