From 26c6343a8908b99d20b11f56b2cf8d9849357149 Mon Sep 17 00:00:00 2001 From: yohlo Date: Sat, 11 Oct 2025 00:34:58 -0500 Subject: [PATCH] no devtools --- src/features/core/components/providers.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/features/core/components/providers.tsx b/src/features/core/components/providers.tsx index fe79eff..b2e85c8 100644 --- a/src/features/core/components/providers.tsx +++ b/src/features/core/components/providers.tsx @@ -1,9 +1,9 @@ import { AuthProvider } from "@/contexts/auth-context" import { SpotifyProvider } from "@/contexts/spotify-context" import MantineProvider from "@/lib/mantine/mantine-provider" -import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools' -import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools' -import { TanStackDevtools } from '@tanstack/react-devtools' +//import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools' +//import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools' +//import { TanStackDevtools } from '@tanstack/react-devtools' import { Toaster } from "sonner" const Providers = ({ children }: { children: React.ReactNode }) => { @@ -11,7 +11,7 @@ const Providers = ({ children }: { children: React.ReactNode }) => { - { render: , } ]} - /> + />*/} {children}