Skip to content

Commit

Permalink
Fix(web-react): Export Flex component in components index file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Sep 12, 2024
1 parent 276c7b3 commit 01aa3cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-react/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * from './Dropdown';
export * from './Field';
export * from './FieldGroup';
export * from './FileUploader';
export * from './Flex';
export * from './Grid';
export * from './Header';
export * from './Heading';
Expand Down

0 comments on commit 01aa3cf

Please sign in to comment.