Skip to content

Commit

Permalink
Merge pull request #192 from virus231/fix/file-extension
Browse files Browse the repository at this point in the history
Changed file extension
  • Loading branch information
IdoPesok authored Aug 5, 2024
2 parents 5e1fbc7 + 1dd62e1 commit 3c43f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/showcase/content/docs/react-query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm i zsa-react-query @tanstack/react-query

Next, wrap your application in a [React Query](https://tanstack.com/query/latest/docs/framework/react/overview) provider:

```tsx title="providers/react-query.ts"
```tsx title="providers/react-query.tsx"
"use client"

import { QueryClient, QueryClientProvider } from "@tanstack/react-query"
Expand Down

0 comments on commit 3c43f83

Please sign in to comment.