<template>
<div>
<tiny-skeleton avatar></tiny-skeleton>
</div>
</template>
<script setup>
import { Skeleton as TinySkeleton } from '@opentiny/vue'
</script>