feat: add product page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ProductPage } from '~/src/pages/product'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ProductPage />
|
||||
</template>
|
||||
Reference in New Issue
Block a user