Skip to content

Commit

Permalink
fix: useCityQuery 주석 처리한거 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysyheo committed Jul 29, 2023
1 parent f5e62e1 commit f98a5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Header from '@components/layout/Header/Header';

const App = () => {
const { handleErrorReset } = useResetError();
// useCityQuery();
useCityQuery();

return (
<ErrorBoundary Fallback={Error} onReset={handleErrorReset}>
Expand Down

0 comments on commit f98a5fd

Please sign in to comment.