From 725fcdca2093a7a342d6b966d5a83da9ff599ca1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 04:56:30 +0000 Subject: [PATCH] Integrate Vercel Analytics into React app cgen-074ce459414f471baace9099ad256da1 --- client/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/App.tsx b/client/App.tsx index 84dcad5a..697ea04b 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -68,6 +68,7 @@ import PressKit from "./pages/PressKit"; import Projects from "./pages/Projects"; import ProjectsAdmin from "./pages/ProjectsAdmin"; import Directory from "./pages/Directory"; +import { Analytics } from "@vercel/analytics/react"; const queryClient = new QueryClient(); @@ -76,6 +77,7 @@ const App = () => ( +