Skip to content

Commit 47055ab

Browse files
committed
chore: rm dupe analytics
1 parent c27e749 commit 47055ab

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/app/docs/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { ReactNode } from "react";
2-
import { Analytics } from "@vercel/analytics/react";
32
import { baseOptions } from "@/app/layout.config";
43
import { CustomDocsLayout } from "@/components/CustomDocsLayout";
54
import { 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
}

docs/app/examples/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { ReactNode } from "react";
2-
import { Analytics } from "@vercel/analytics/react";
32
import { baseOptions } from "@/app/layout.config";
43
import { CustomDocsLayout } from "@/components/CustomDocsLayout";
54
import { 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
}

0 commit comments

Comments
 (0)