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}
-
+ {/* */}
>
);
}