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
|
fontSans.variable
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Analytics />
|
|
||||||
{children}
|
{children}
|
||||||
|
<Analytics />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user