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 be954fe commit f30e947Copy full SHA for f30e947
src/pages/_app.tsx
@@ -1,4 +1,4 @@
1
-import { Analytics } from '@vercel/analytics/react';
+import { Analytics } from '@vercel/analytics';
2
import { ElementType, useEffect } from "react";
3
import { useRouter } from "next/router";
4
import type { AppProps } from "next/app";
0 commit comments