analytics
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m16s

This commit is contained in:
ChrQR 2024-06-11 13:54:28 +02:00
parent 616671cf77
commit 5afa294124
2 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,8 @@ export default function RootLayout({
fontSans.variable
)}
>
<Analytics />
{children}
<Analytics />
</body>
</html>
);

View File

@ -1,5 +1,3 @@
import moment from "moment";
import TheHub from "./TheHub";
import TabContainer from "./TabContainer";
export default async function Home() {