<script setup>
import { RouterView } from 'vue-router';
</script>
<template>
<RouterView />
</template>
<style scoped>
</style>