fix(ui) : use correct component names without path prefix (EmptyState, UsedInSection)

This commit is contained in:
2026-04-04 19:29:00 +02:00
parent ef4e208828
commit 3a5860c83c
6 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
<span class="loading loading-spinner loading-lg" />
</div>
<CommonEmptyState
<EmptyState
v-else-if="filteredMachines.length === 0"
:icon="IconLucideFactory"
title="Aucune machine trouvée"