({ children }: { children: ReactNode })
| 13 | }); |
| 14 | |
| 15 | export function QueryProvider({ children }: { children: ReactNode }) { |
| 16 | return <QueryClientProvider client={queryClient}>{children}</QueryClientProvider>; |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected