Files
web-frontend/app/pages/index.vue

8 lines
165 B
Vue

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