Skip to content

Commit 1a12d7c

Browse files
1brahimmohamedcabljac
authored andcommitted
chore(docs): add missing import to react index.mdx
1 parent 53d0756 commit 1a12d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and [configure TanStack Query](https://tanstack.com/query/latest/docs/framework/
2121

2222
```jsx
2323
import { initializeApp } from 'firebase/app';
24-
import { QueryClientProvider } from '@tanstack/react-query';
24+
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
2525

2626
// TODO: Replace the following with your app's Firebase project configuration
2727
const firebaseConfig = {
@@ -89,4 +89,4 @@ function MyApplication() {
8989
}
9090
```
9191

92-
TanStack Query Firebase provides hooks for all Firebase services, supporting both mutations and queries.
92+
TanStack Query Firebase provides hooks for all Firebase services, supporting both mutations and queries.

0 commit comments

Comments
 (0)