Skip to content

Commit

Permalink
feat: 리액트 쿼리 데브 툴 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
chsua committed Sep 18, 2023
1 parent 856ef74 commit f5e4a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const App = () => (
</AuthProvider>
</PostOptionProvider>
</ThemeProvider>
<ReactQueryDevtools initialIsOpen={false} />
</QueryClientProvider>
</ErrorBoundaryForTopClass>

Expand Down

0 comments on commit f5e4a2b

Please sign in to comment.