We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b782d40 commit 4a62a7bCopy full SHA for 4a62a7b
1 file changed
app/layout.tsx
@@ -43,7 +43,6 @@ export default function RootLayout({
43
geistSans.variable,
44
geistMono.variable
45
)}>
46
- <Analytics />
47
<SpeedInsights />
48
<ThemeProvider
49
attribute="class"
@@ -56,6 +55,7 @@ export default function RootLayout({
56
55
{children}
57
</ClerkProvider>
58
</ThemeProvider>
+ <Analytics />
59
</body>
60
</html>
61
)
0 commit comments