fixed insights
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m49s

This commit is contained in:
ChrQR 2024-05-13 10:42:20 +02:00
parent 80b079c8e5
commit ba13e26ff7

View File

@ -19,6 +19,7 @@ export default function RootLayout({
<html lang="en" className={`${GeistSans.variable}`}>
<body>
<TRPCReactProvider>{children}</TRPCReactProvider>
<SpeedInsights />
</body>
</html>
);