<script setup lang="ts">
// import HomeView from './views/HomeView.vue';
</script>
<template>
<RouterView />
</template>
<style scoped>
</style>