Skip to content

Commit

Permalink
fix: add Disclosure to imports (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug authored Aug 10, 2023
1 parent 2b83656 commit a1d052e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#/src/components/ClipboardIcon @damask
#/src/components/CopyToClipboard @damask
/src/components/Dialog @Volodomor
/src/components/Disclosure @Raubzeug
/src/components/DropdownMenu @axtk
/src/components/Hotkey @d3m1d0v
/src/components/Icon @amje
Expand Down
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * from './ClipboardButton';
export * from './ClipboardIcon';
export * from './CopyToClipboard';
export * from './Dialog';
export * from './Disclosure';
export * from './DropdownMenu';
export * from './Hotkey';
export * from './Icon';
Expand Down

0 comments on commit a1d052e

Please sign in to comment.