frontend: refactor model type management and catalog routes

This commit is contained in:
Matthieu
2025-09-25 16:14:22 +02:00
parent 801fe5be95
commit 8e3894bfe2
9 changed files with 370 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
<template>
<ManagementView
category="COMPONENT"
heading="Catégories de composant"
/>
</template>
<script setup lang="ts">
import ManagementView from '~/components/model-types/ManagementView.vue'
</script>