refactor: update component exports in OKRs, SWOT, Teams, and UI modules for improved organization and clarity

This commit is contained in:
Julien Froidefond
2026-01-13 14:51:50 +01:00
parent 47703db348
commit 67d685d346
4 changed files with 3 additions and 4 deletions

View File

@@ -3,4 +3,3 @@ export { OKRForm } from './OKRForm';
export { KeyResultItem } from './KeyResultItem';
export { OKRsList } from './OKRsList';
export { ObjectivesList } from './ObjectivesList';

View File

@@ -2,4 +2,4 @@ export { SwotBoard } from './SwotBoard';
export { SwotQuadrant } from './SwotQuadrant';
export { SwotCard } from './SwotCard';
export { ActionPanel } from './ActionPanel';
export { QuadrantHelp } from './QuadrantHelp';
export { QuadrantHelp, QuadrantHelpPanel } from './QuadrantHelp';

View File

@@ -1,5 +1,5 @@
export { TeamCard } from './TeamCard';
export { TeamDetailClient } from './TeamDetailClient';
export { MembersList } from './MembersList';
export { AddMemberModal } from './AddMemberModal';
export { DeleteTeamButton } from './DeleteTeamButton';