<script setup lang="ts">
import ProductCard from '~/src/entities/product/ui/ProductCard.vue'
</script>
<template>
<UContainer>
<ProductCard />
</UContainer>
</template>