<template>
<v-app>
<v-main>
<RouterView />
</v-main>
</v-app>
</template>
<script setup lang="ts"></script>