Skip to content

Commit 9ceab0a

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 00aefe4 + 0c7a20b commit 9ceab0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/back-end/next-js-app-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
4. Add `<StringtaleProvider>` and Stringtale's CSS to your `RootLayout` in `app/layout.tsx` as such:
5353

5454
```tsx
55-
import { StringtaleProvider } from "@stringtale/next/client"
55+
import { StringtaleProvider } from "@stringtale/next"
5656
import "@stringtale/react/styles.css"
5757

5858
export default async function RootLayout({

src/content/docs/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ and existing project. To use the CLI, follow the steps below.
7575
3. Add the required dependencies for your project.
7676
5. Instruct you to add `<StringtaleProvider>` and Stringtale's CSS to your `RootLayout` in `app/layout.tsx` as such:
7777
```tsx
78-
import { StringtaleProvider } from "@stringtale/next/client"
78+
import { StringtaleProvider } from "@stringtale/next"
7979
import "@stringtale/react/styles.css"
8080

8181
export default async function RootLayout({

0 commit comments

Comments
 (0)