Files
web-frontend/app/pages/products/index.vue
2026-04-09 19:00:25 +07:00

8 lines
174 B
Vue

<script setup lang="ts">
import CatalogProductTypeList from '~/components/catalog/CatalogProductTypeList.vue';
</script>
<template>
<CatalogProductTypeList />
</template>