Skip to content

Commit

Permalink
fix(UserGroup): export from package root
Browse files Browse the repository at this point in the history
  • Loading branch information
tsumo committed Aug 4, 2023
1 parent dbb406f commit 8ab6e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UserGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const StyledCounter = styled.div`
${hoverCss};
}
`;

const StyledSmallCircle = styled.div`
width: 0.7rem;
height: 0.7rem;
Expand Down
1 change: 1 addition & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ export * from './FiltersCounter';
export * from './FiltersDropdown';
export * from './UserMenuItem';
export * from './Table';
export * from './UserGroup';

0 comments on commit 8ab6e76

Please sign in to comment.