fix design bug footer cart + header notif

This commit is contained in:
hamid zarghami
2025-12-14 14:27:10 +03:30
parent 1797063f34
commit 3309f3bed1
3 changed files with 10 additions and 8 deletions
@@ -10,7 +10,7 @@ export function ReactQueryProvider({ children }: { children: React.ReactNode })
return (
<QueryClientProvider client={queryClient}>
{children}
<ReactQueryDevtools initialIsOpen={false} />
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
</QueryClientProvider>
)
}