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