<script setup>
</script>
<template>
<router-view></router-view>
</template>
<style scoped lang="scss">
* {
margin: 0;
padding: 0;
}
</style>