Skip to content

Commit bd094f8

Browse files
authoredJun 11, 2024··
docs(advanced-ssr): delete unused import (#7553)
1 parent b157fe4 commit bd094f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎docs/framework/react/guides/advanced-ssr.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,7 @@ Then, all we need to do is provide a `HydrationBoundary`, but we don't need to `
390390

391391
```tsx
392392
// app/posts/page.jsx
393-
import {
394-
dehydrate,
395-
HydrationBoundary,
396-
QueryClient,
397-
} from '@tanstack/react-query'
393+
import { dehydrate, HydrationBoundary } from '@tanstack/react-query'
398394
import { getQueryClient } from './get-query-client'
399395
import Posts from './posts'
400396

0 commit comments

Comments
 (0)
Please sign in to comment.