From f98a5fd4c2382852f618e145d77739e9c4cf09b3 Mon Sep 17 00:00:00 2001 From: Ashley Heo Date: Sat, 29 Jul 2023 21:32:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20useCityQuery=20=EC=A3=BC=EC=84=9D=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=ED=95=9C=EA=B1=B0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1d4bb34d4..4b4320b51 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -9,7 +9,7 @@ import Header from '@components/layout/Header/Header'; const App = () => { const { handleErrorReset } = useResetError(); - // useCityQuery(); + useCityQuery(); return (