<template>
<tiny-user-account></tiny-user-account>
</template>
<script setup lang="jsx">
import { UserAccount as TinyUserAccount } from '@opentiny/vue'
</script>