mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-06-01 23:38:48 +02:00
chore: remove Vercel Analytics integration
This commit is contained in:
@@ -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}
|
||||
<Analytics />
|
||||
</ThemeProvider>
|
||||
</HeroUIProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user