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

@@ -12,4 +12,4 @@ export { Modal, ModalFooter } from './Modal';
export { Select } from './Select';
export { Textarea } from './Textarea';
export { ToggleGroup } from './ToggleGroup';
export type { ToggleOption } from './ToggleGroup';
export type { ToggleOption } from './ToggleGroup';