From 984906953321e0c7cf5e327a4e9e5db25a1db9f8 Mon Sep 17 00:00:00 2001 From: gaeunnlee Date: Sun, 5 May 2024 16:36:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20App=20=EA=B5=AC=EC=A1=B0=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 66e1a75..838a6ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,13 +11,12 @@ import { BrowserRouter } from 'react-router-dom'; import Router from '@/Router'; const DefaultLayout = lazy(() => import('@components/layouts/DefaultLayout')); - const queryClient = new QueryClient({ defaultOptions: { queries: { retry: 0, refetchOnWindowFocus: false, - throwOnError: true, + throwOnError: true, }, }, }); @@ -29,17 +28,17 @@ const App = () => { - - }> - + + + }> - - - + + + ); }; -export default App; \ No newline at end of file +export default App;