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

@@ -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';