File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11import type { ReactNode } from "react" ;
2- import { Analytics } from "@vercel/analytics/react" ;
32import { baseOptions } from "@/app/layout.config" ;
43import { CustomDocsLayout } from "@/components/CustomDocsLayout" ;
54import { Footer } from "@/components/Footer" ;
@@ -29,7 +28,6 @@ export default function Layout({ children }: { children: ReactNode }) {
2928 </ Sentry . ErrorBoundary >
3029 </ CustomDocsLayout >
3130 < Footer />
32- < Analytics />
3331 </ >
3432 ) ;
3533}
Original file line number Diff line number Diff line change 11import type { ReactNode } from "react" ;
2- import { Analytics } from "@vercel/analytics/react" ;
32import { baseOptions } from "@/app/layout.config" ;
43import { CustomDocsLayout } from "@/components/CustomDocsLayout" ;
54import { Footer } from "@/components/Footer" ;
@@ -54,7 +53,6 @@ export default function Layout({ children }: { children: ReactNode }) {
5453 </ Sentry . ErrorBoundary >
5554 </ CustomDocsLayout >
5655 < Footer />
57- < Analytics />
5856 </ >
5957 ) ;
6058}
You can’t perform that action at this time.
0 commit comments