Skip to content

Commit

Permalink
fix(use-query-search): export useQuerySearch hook (#343)
Browse files Browse the repository at this point in the history
Signed-off-by: Yongtae Park <[email protected]>
  • Loading branch information
piggggggggy authored Mar 28, 2023
1 parent 5c2d9d5 commit 3906b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './context-menu-controller';
export * from './context-menu-fixed-style';
export * from './query-search';
export * from './ignore-window-arrow-keydown-events';
export * from './list-focus';
export * from './proxy-state';
Expand Down

0 comments on commit 3906b36

Please sign in to comment.