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

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