Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 8, 2024
1 parent 0cafb44 commit b193a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/composite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GroupLabel.displayName = 'Composite.GroupLabel';
export const Item = Ariakit.CompositeItem;
Item.displayName = 'Composite.Item';

export const Row = Ariakit.Composite.Row;
export const Row = Ariakit.CompositeRow;
Row.displayName = 'Composite.Row';

/**
Expand Down

0 comments on commit b193a37

Please sign in to comment.