feat: add help panel to SwotQuadrant component for enhanced user guidance and update exports in swot index

This commit is contained in:
Julien Froidefond
2025-11-27 13:42:17 +01:00
parent 873b3dd9f3
commit 15ea89f477
4 changed files with 183 additions and 1 deletions

View File

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