We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ddb2f commit 5d3449aCopy full SHA for 5d3449a
1 file changed
apps/app/app/layout.tsx
@@ -92,10 +92,8 @@ export default function RootLayout({
92
className={`${GeistSans.variable} ${GeistMono.variable} flex min-h-screen flex-col antialiased`}
93
suppressHydrationWarning
94
>
95
- <Providers>
96
- {children}
97
- <Analytics />
98
- </Providers>
+ <Providers>{children}</Providers>
+ <Analytics />
99
<SpeedInsights />
100
</body>
101
</html>
0 commit comments