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 fontSans.variable
)} )}
> >
<Analytics />
{children} {children}
<Analytics />
</body> </body>
</html> </html>
); );

View File

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