Merge branch 'develop' into feat/entree-sortie

This commit is contained in:
2026-05-04 10:04:12 +02:00
28 changed files with 54 additions and 1 deletions

View File

@@ -147,6 +147,8 @@
<script setup lang="ts">
useHead({ title: 'Inventaire' })
import type { BovineData } from '~/services/dto/bovine-data'
import type { InventoryExportFilters } from '~/components/inventory/inventory-export-modal.vue'
import { useAuthStore } from '~/stores/auth'