From 3906b3606c700f38b3211482f91d3841c3c1e4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piggy=20Park=20=28=EB=B0=95=EC=9A=A9=ED=83=9C=29?= Date: Tue, 28 Mar 2023 15:40:04 +0900 Subject: [PATCH] fix(use-query-search): export useQuerySearch hook (#343) Signed-off-by: Yongtae Park --- src/hooks/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/index.ts b/src/hooks/index.ts index 308efa56d..58c3642ca 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -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';