<template>
<a-config-provider>
<router-view />
</a-config-provider>
</template>
<script setup></script>
<style scoped></style>