Create product view section

This commit is contained in:
marzban-dev
2024-12-13 23:47:50 +03:30
parent f3c5f91669
commit 2c9de38aca
10 changed files with 283 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<script lang="ts" setup>
</script>
<template>
<ProductView />
</template>