From 1cde74f30b9b64fe88681003e55644e8d4b9a126 Mon Sep 17 00:00:00 2001
From: zstar <65890619+zstar1003@users.noreply.github.com>
Date: Fri, 16 May 2025 14:02:54 +0800
Subject: [PATCH] =?UTF-8?q?"chore(=E5=BC=80=E5=8F=91=E5=B7=A5=E5=85=B7):?=
=?UTF-8?q?=20=E5=85=B3=E9=97=ADReact=20Query=E5=BC=80=E5=8F=91=E5=B7=A5?=
=?UTF-8?q?=E5=85=B7"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/src/app.tsx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web/src/app.tsx b/web/src/app.tsx
index c00c245..09e2b73 100644
--- a/web/src/app.tsx
+++ b/web/src/app.tsx
@@ -1,6 +1,5 @@
import i18n from '@/locales/config';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
-import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import { App, ConfigProvider, ConfigProviderProps, theme } from 'antd';
import pt_BR from 'antd/lib/locale/pt_BR';
import deDE from 'antd/locale/de_DE';
@@ -68,7 +67,7 @@ function Root({ children }: React.PropsWithChildren) {
>
{children}
-
+ {/* */}
>
);
}