()
| 6 | const queryClient = new QueryClient() |
| 7 | |
| 8 | export default function App() { |
| 9 | return ( |
| 10 | <QueryClientProvider client={queryClient}> |
| 11 | <div className="App"> |
| 12 | <h1>TanStack Query with Algolia</h1> |
| 13 | <Search /> |
| 14 | </div> |
| 15 | </QueryClientProvider> |
| 16 | ) |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected