8 lines
174 B
Vue
8 lines
174 B
Vue
<script setup lang="ts">
|
|
import CatalogProductTypeList from '~/components/catalog/CatalogProductTypeList.vue';
|
|
</script>
|
|
|
|
<template>
|
|
<CatalogProductTypeList />
|
|
</template>
|