Move category editor to full pages and simplify root skeleton

This commit is contained in:
MatthieuTD
2025-10-07 08:30:40 +02:00
parent c5cd75a19f
commit 14e8faf3a1
11 changed files with 726 additions and 460 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>