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

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