Skip to content

Commit

Permalink
chore: update default export handling to align with other components …
Browse files Browse the repository at this point in the history
…fixing some storybook issues
  • Loading branch information
georgewrmarshall authored and legobeat committed May 19, 2024
1 parent fc8d030 commit 9c77984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ui/components/ui/icon/preloader/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import preloader from './preloader-icon.component';

export default preloader;
export { default } from './preloader-icon.component';
4 changes: 1 addition & 3 deletions ui/components/ui/popover/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import Item from './popover.component';

export default Item;
export { default } from './popover.component';

0 comments on commit 9c77984

Please sign in to comment.