<script setup>
import HomePage from './components/HomePage/index.vue'
</script>
<template>
<HomePage />
</template>