Simplify catalog cards and fix product routes

This commit is contained in:
Ruslan Bakiev
2026-04-09 19:00:25 +07:00
parent 76ab87620e
commit 0236d88b20
2 changed files with 12 additions and 107 deletions

View File

@@ -0,0 +1,7 @@
<script setup lang="ts">
import CatalogProductTypeList from '~/components/catalog/CatalogProductTypeList.vue';
</script>
<template>
<CatalogProductTypeList />
</template>