Skip to content

Commit

Permalink
📦 Chore: react-query 라이브러리 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-paik committed Oct 25, 2023
1 parent 74a91c3 commit 2e1267a
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 1 deletion.
95 changes: 95 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"react-dom": "^18.2.0",
"react-kakao-maps": "^0.0.13",
"react-kakao-maps-sdk": "^1.1.9",
"react-query": "^3.39.3",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"recoil": "^0.7.7",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import GlobalStyle from './styles/GlobalStyle';
import { RecoilRoot } from 'recoil';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { QueryClient, QueryClientProvider } from 'react-query';
import { ThemeProvider } from 'styled-components';
import Theme from './styles/Theme';
import BasicLayout from './styles/BasicLayout';
Expand Down

0 comments on commit 2e1267a

Please sign in to comment.