<script setup lang="ts"></script>
<template>
<main>
<h1>Hello!</h1>
<HomeStatBox> Box 1 </HomeStatBox>
</main>
</template>
<style scoped>
main {
display: flex;
}
</style>