<script setup>
import Home from './home/index.vue'

</script>
<template>
  <Home/>
</template>