diff --git a/examples/showcase/content/docs/react-query.mdx b/examples/showcase/content/docs/react-query.mdx index d6618ed..7773475 100644 --- a/examples/showcase/content/docs/react-query.mdx +++ b/examples/showcase/content/docs/react-query.mdx @@ -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"