Skip to content

Commit

Permalink
Added missing buttongroup
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Oct 9, 2024
1 parent b3f1f4e commit 10ab659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ export function Button(props: ButtonProps) {
);
}

export function ButtonGroup() {
return <div></div>;
}

export default Button;

0 comments on commit 10ab659

Please sign in to comment.