refactor: managements pages simplification

This commit is contained in:
Julien Froidefond
2025-08-23 07:50:25 +02:00
parent 5848f1331c
commit 2877e3b58f
7 changed files with 607 additions and 651 deletions

View File

@@ -4,3 +4,6 @@ export { TreeCategoryHeader } from "./tree-category-header";
export { TreeItemRow } from "./tree-item-row";
export { TreeSearchControls } from "./tree-search-controls";
export { TeamMetrics } from "./team-metrics";
// Composant de base pour les pages de gestion
export { TreeViewPage } from "./tree-view-page";