feat: add product page

This commit is contained in:
Константин Уколов
2024-08-05 10:32:22 +03:00
parent c9898b392b
commit d5ff3ee7c0
8 changed files with 71 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts">
import { ProductPage } from '~/src/pages/product'
</script>
<template>
<ProductPage />
</template>