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 7bbc7b9 commit 2441271Copy full SHA for 2441271
frontend/src/app/layout.tsx
@@ -1,5 +1,3 @@
1
-import { Analytics } from "@vercel/analytics/next";
2
-import { SpeedInsights } from "@vercel/speed-insights/next";
3
import { Provider } from "jotai";
4
import type { Metadata } from "next";
5
import localFont from "next/font/local";
@@ -115,8 +113,6 @@ export default async function RootLayout({
115
113
</Provider>
116
114
</ThemeProvider>
117
</StyledComponentsRegistry>
118
- <SpeedInsights />
119
- <Analytics />
120
</body>
121
</html>
122
);
0 commit comments