Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
chore(docs): Update setup.mdx (trpc#5594)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Mar 27, 2024
1 parent 1c757e8 commit eefe85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/client/react/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following dependencies should be installed

import { InstallSnippet } from '@site/src/components/InstallSnippet';

<InstallSnippet pkgs="@trpc/server@next @trpc/client@next @trpc/react-query@next @trpc/next@next @tanstack/react-query@latest" />
<InstallSnippet pkgs="@trpc/server@next @trpc/client@next @trpc/react-query@next @tanstack/react-query@latest" />
;

### 2. Import your `AppRouter`
Expand Down

0 comments on commit eefe85d

Please sign in to comment.