analytics
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m16s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m16s
This commit is contained in:
parent
616671cf77
commit
5afa294124
@ -26,8 +26,8 @@ export default function RootLayout({
|
||||
fontSans.variable
|
||||
)}
|
||||
>
|
||||
<Analytics />
|
||||
{children}
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
@ -1,5 +1,3 @@
|
||||
import moment from "moment";
|
||||
import TheHub from "./TheHub";
|
||||
import TabContainer from "./TabContainer";
|
||||
|
||||
export default async function Home() {
|
||||
|
Loading…
Reference in New Issue
Block a user