mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:42:59 +00:00
analytics, server impl
This commit is contained in:
@@ -6,6 +6,7 @@ import { GlobalNav } from "#/ui/GlobalNav";
|
||||
import { Lato } from "next/font/google";
|
||||
import Byline from "#/ui/Byline";
|
||||
import { LayoutProviders } from "#/ui/LayoutProviders";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
|
||||
const lato = Lato({
|
||||
weight: "400",
|
||||
@@ -48,6 +49,7 @@ export default function RootLayout({
|
||||
</div>
|
||||
</div>
|
||||
</LayoutProviders>
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user