<script setup lang="ts">
import "virtual:svg-icons-register";
import { RouterView } from 'vue-router'
</script>
<template>
<RouterView />
</template>
<style scoped>
</style>