We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b78de commit e6d3a2aCopy full SHA for e6d3a2a
bun.lockb
-798 Bytes
package.json
@@ -10,7 +10,6 @@
10
},
11
"dependencies": {
12
"@radix-ui/react-slot": "^1.0.2",
13
- "@vercel/analytics": "^1.2.2",
14
"class-variance-authority": "^0.7.0",
15
"clsx": "^2.1.0",
16
"lucide-react": "^0.358.0",
pages/_app.tsx
@@ -1,12 +1,10 @@
1
import "@/styles/globals.css";
2
import type { AppProps } from "next/app";
3
-import { Analytics } from "@vercel/analytics/react";
4
5
export default function App({ Component, pageProps }: AppProps) {
6
return (
7
<>
8
<Component {...pageProps} />
9
- <Analytics />
</>
);
}
0 commit comments