diff --git a/src/app/providers.tsx b/src/app/providers.tsx index 206fb46..5a268ad 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "next-themes"; -import { Analytics } from "@vercel/analytics/next"; import { HeroUIProvider } from "@heroui/react"; import { useLocale } from "next-intl"; @@ -18,7 +17,6 @@ export function Providers({ children }: { children: React.ReactNode }) { storageKey="magic-resume-theme" > {children} - );