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 (