feat: init commit

This commit is contained in:
2024-05-23 11:45:22 +03:00
committed by Константин Уколов
commit 6eafd97557
17 changed files with 11577 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
import ProductCard from '~/src/entities/product/ui/ProductCard.vue'
</script>
<template>
<UContainer>
<ProductCard />
</UContainer>
</template>