Merges the full git history of Inventory_frontend into the monorepo under frontend/. Removes the submodule in favor of a unified repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
212 B
Vue
11 lines
212 B
Vue
<template>
|
|
<ManagementView
|
|
category="PIECE"
|
|
heading="Catégories de pièce"
|
|
/>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import ManagementView from '~/components/model-types/ManagementView.vue'
|
|
</script>
|