File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { PlainChat } from "@/components/PlainChat" ;
2+ import { PostHogProvider } from "@/components/PostHogProvider" ;
23import { GoogleAnalytics } from "@next/third-parties/google" ;
34import { RootProvider } from "fumadocs-ui/provider" ;
45import type { Viewport } from "next" ;
56import { Figtree } from "next/font/google" ;
67import type { ReactNode } from "react" ;
78import "./global.css" ;
8- import { PostHogProvider } from "@/components/PostHogProvider" ;
99
1010const figtree = Figtree ( {
1111 subsets : [ "latin" ] ,
@@ -34,7 +34,7 @@ export default function Layout({ children }: { children: ReactNode }) {
3434 >
3535 { children }
3636 </ RootProvider >
37- < GoogleAnalytics gaId = "G-N1MMHFDVZZ " />
37+ < GoogleAnalytics gaId = "G-4WNKFB6Q0V " />
3838 < PlainChat />
3939 </ PostHogProvider >
4040 </ body >
You can’t perform that action at this time.
0 commit comments