<template>
<Rect />
<hr />
</template>
<script setup lang="ts">
import Rect from '@/views/shape/rect.vue';
</script>