| 1 | import * as React from 'react' |
| 2 | import ReactDOM from 'react-dom/client' |
| 3 | import { QueryClient, useQuery, useQueryClient } from '@tanstack/react-query' |
| 4 | import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client' |
nothing calls this directly
no test coverage detected