Skip to content

Commit

Permalink
Update docs/content/guides/2.alokai-essentials/1.alokai-next-js/8.add…
Browse files Browse the repository at this point in the history
…-to-cart.md

Co-authored-by: Matt Maribojoc <[email protected]>
  • Loading branch information
mateuszo and mattmaribojoc authored Nov 14, 2024
1 parent 1c87fe3 commit fa06584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function Providers({ children }: { children: ReactNode }) {

```

Now add the `Providers` to the `layout.tsx`:
Now, add the `Providers` to the `layout.tsx`:

```diff
+ import { Providers } from "@/providers/providers";
Expand Down

0 comments on commit fa06584

Please sign in to comment.