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

@@ -68,7 +68,7 @@
</div>
<!-- Empty State -->
<CommonEmptyState
<EmptyState
v-else-if="filteredSites.length === 0"
:icon="IconLucideFactory"
title="Aucune machine trouvée"
@@ -83,7 +83,7 @@
Ajouter une machine
</button>
</div>
</CommonEmptyState>
</EmptyState>
<!-- Sites List -->
<div v-else class="space-y-5">