Skip to content

Commit

Permalink
chore: fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Smit committed Oct 9, 2024
1 parent 4a51421 commit 2a3fc15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions packages/components-react/src/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { ForwardedRef, forwardRef, PropsWithChildren } from 'react';
export { Button, type ButtonProps, PrimaryActionButton, SecondaryActionButton, SubtleButton };

export interface IconButtonProps extends ButtonProps {
className?: string;
label: string;
}

Expand Down
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a3fc15

Please sign in to comment.