Files
cake_frontend/app.vue
T
2024-05-23 11:59:03 +03:00

10 lines
178 B
Vue

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