We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 550024f + 26bd46f commit af03415Copy full SHA for af03415
1 file changed
apps/framework-editor/app/layout.tsx
@@ -19,17 +19,17 @@ export default function RootLayout({
19
children: ReactNode
20
}) {
21
return (
22
- <NuqsAdapter>
23
<html lang="en" className="h-full">
24
<body>
+ <NuqsAdapter>
25
<div className="flex flex-col container gap-2 h-full">
26
<Toolbar/>
27
<MenuTabs />
28
{children}
29
<Toaster />
30
</div>
31
+ </NuqsAdapter>
32
</body>
33
</html>
- </NuqsAdapter>
34
)
35
}
0 commit comments