Skip to content

Commit

Permalink
chore: export
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Jan 16, 2024
1 parent d019f41 commit e0e2e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/fuselage/src/components/Bubble/Bubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type BubbleProps = {
dismissProps?: ButtonHTMLAttributes<HTMLButtonElement>;
} & AllHTMLAttributes<HTMLDivElement>;

const Bubble = ({
export const Bubble = ({
children,
onClick,
icon,
Expand Down Expand Up @@ -44,5 +44,3 @@ const Bubble = ({
)}
</div>
);

export default Bubble;
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Bubble/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from './Bubble';
export * from './Bubble';

0 comments on commit e0e2e7e

Please sign in to comment.