Skip to content

Commit 26bd46f

Browse files
authored
Merge pull request #543 from trycompai/claudio/comp-fix-59423
[dev] [claudfuen] claudio/comp-fix-59423
2 parents 620426c + 4d315a0 commit 26bd46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/framework-editor/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ export default function RootLayout({
1919
children: ReactNode
2020
}) {
2121
return (
22-
<NuqsAdapter>
2322
<html lang="en" className="h-full">
2423
<body>
24+
<NuqsAdapter>
2525
<div className="flex flex-col container gap-2 h-full">
2626
<Toolbar/>
2727
<MenuTabs />
2828
{children}
2929
<Toaster />
3030
</div>
31+
</NuqsAdapter>
3132
</body>
3233
</html>
33-
</NuqsAdapter>
3434
)
3535
}

0 commit comments

Comments
 (0)