Skip to content

Commit

Permalink
[fix] include CenterFlexbox in common components (#2035)
Browse files Browse the repository at this point in the history
* [fix] include CenterFlexbox in common components

Signed-off-by: Eric Peterson <git@ericp.co>
  • Loading branch information
epeterson320 committed Nov 22, 2022
1 parent 5f3d185 commit efa32f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/src/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export {
SelectText,
SelectTextBold,
IconRoundSmall,
CenterFlexbox,
CenterVerticalFlexbox,
SpaceBetweenFlexbox,
SBFlexboxItem,
Expand Down
1 change: 1 addition & 0 deletions src/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export {
SelectText,
SelectTextBold,
IconRoundSmall,
CenterFlexbox,
CenterVerticalFlexbox,
SpaceBetweenFlexbox,
SBFlexboxItem,
Expand Down

0 comments on commit efa32f7

Please sign in to comment.