diff --git a/apps/web/src/pages/_app.tsx b/apps/web/src/pages/_app.tsx index 8c14dea73..ef44507ed 100644 --- a/apps/web/src/pages/_app.tsx +++ b/apps/web/src/pages/_app.tsx @@ -8,7 +8,6 @@ import { NextPage } from "next"; import { AppProps } from "next/app"; import { Inter } from "next/font/google"; import Head from "next/head"; -import Script from "next/script"; import { SessionProvider, signIn, useSession } from "next-auth/react"; import { appWithTranslation } from "next-i18next"; import { DefaultSeo } from "next-seo"; @@ -85,19 +84,6 @@ const MyApp: NextPage = ({ Component, pageProps }) => { content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5, user-scalable=yes" /> - {process.env.NEXT_PUBLIC_PADDLE_VENDOR_ID ? ( -