Skip to content

Commit

Permalink
Merge branch 'main' into tore-statsig-patch-25
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-statsig authored Dec 9, 2024
2 parents c217f7a + 9a6b882 commit e1af0c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/client/javascript-mono/nextjs/_nextJSPageVsAppRouter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<MyStatsig>
<body>
<body>
<MyStatsig>
{children}
</body>
</MyStatsig>
</MyStatsig>
</body>
</html>
);
}
Expand Down

0 comments on commit e1af0c0

Please sign in to comment.