Skip to content

Commit

Permalink
Integrate with AWS Amplify, remove Vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mshumayl committed Apr 21, 2023
1 parent c70b4c9 commit 5bb0bb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { type AppType } from "next/app";
import { type Session } from "next-auth";
import { SessionProvider } from "next-auth/react";
import { Analytics } from '@vercel/analytics/react';

import { api } from "~/utils/api";

Expand All @@ -14,7 +13,6 @@ const MyApp: AppType<{ session: Session | null }> = ({
return (
<SessionProvider session={session}>
<Component {...pageProps} />
<Analytics />
</SessionProvider>
);
};
Expand Down

0 comments on commit 5bb0bb3

Please sign in to comment.