Skip to content

Commit e6d3a2a

Browse files
committed
chore: remove analytics
1 parent a6b78de commit e6d3a2a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bun.lockb

-798 Bytes
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@radix-ui/react-slot": "^1.0.2",
13-
"@vercel/analytics": "^1.2.2",
1413
"class-variance-authority": "^0.7.0",
1514
"clsx": "^2.1.0",
1615
"lucide-react": "^0.358.0",

pages/_app.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import "@/styles/globals.css";
22
import type { AppProps } from "next/app";
3-
import { Analytics } from "@vercel/analytics/react";
43

54
export default function App({ Component, pageProps }: AppProps) {
65
return (
76
<>
87
<Component {...pageProps} />
9-
<Analytics />
108
</>
119
);
1210
}

0 commit comments

Comments
 (0)