Files
Константин Уколов d5ff3ee7c0 feat: add product page
2024-08-05 10:32:22 +03:00

8 lines
127 B
Vue

<script setup lang="ts">
import { ProductPage } from '~/src/pages/product'
</script>
<template>
<ProductPage />
</template>