Skip to content

Commit f530654

Browse files
Fix wrong import for nextjs pages router
1 parent 980d5f4 commit f530654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/back-end/next-js-pages-router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ execute the following steps manually.
5252

5353
```tsx
5454
import type { AppProps } from 'next/app'
55-
import { StringTaleProvider } from "@stringtale/next"
55+
import { StringtaleProvider } from "@stringtale/react"
5656
import "@stringtale/react/styles.css"
5757

5858
export default function MyApp({ Component, pageProps }: AppProps) {

0 commit comments

Comments
 (0)