Skip to content

Commit

Permalink
chore: update index exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-aberg committed Jun 18, 2024
1 parent 236d423 commit e940dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/input-search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export * from "./InputSearchPopover";
export * from "./InputSearchList";
export { InputSearchListItem } from "./InputSearchListItem";
export * from "./InputSearchItemText";
export * from "./InputSearchListHeading";
export { InputSearchListHeading } from "./InputSearchListHeading";
export * from "./InputSearchEmptyState";
export * from "./InputSearchLoadingState";

0 comments on commit e940dfe

Please sign in to comment.