<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>

<template>


  <RouterView />
</template>

<style scoped>

</style>