8 lines
127 B
Vue
8 lines
127 B
Vue
|
<script setup lang="ts">
|
||
|
import { ProductPage } from '~/src/pages/product'
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<ProductPage />
|
||
|
</template>
|