Skip to content

Commit

Permalink
feat: to trigger (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever authored Dec 1, 2024
1 parent 07ada25 commit 3dcfd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { ScrollView } from './scrollView';
export { default as List } from './list/List';
export { default as ListGroup } from './group/ListGroup';
export { default as GroupList } from './group/GroupList';
export { default as GroupListItem } from './group/GroupListItem';
export { default as ListGroupContext } from './group/context';
export { default as GroupListItem } from './group/GroupListItem';

export { ScrollView };
export * from './scrollView';

0 comments on commit 3dcfd20

Please sign in to comment.