frontend: refactor model type management and catalog routes
This commit is contained in:
10
app/pages/component-category.vue
Normal file
10
app/pages/component-category.vue
Normal 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>
|
||||
Reference in New Issue
Block a user