From 0c9f1b1745c8f6a5a029feddd702c632a1db5256 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 14 Jun 2022 01:50:03 -0700 Subject: [PATCH] Try removing embed/analytics to fix build --- web/pages/embed/analytics.tsx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 web/pages/embed/analytics.tsx diff --git a/web/pages/embed/analytics.tsx b/web/pages/embed/analytics.tsx deleted file mode 100644 index be850fdf..00000000 --- a/web/pages/embed/analytics.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import { Col } from 'web/components/layout/col' -import { Spacer } from 'web/components/layout/spacer' -import { fromPropz } from 'web/hooks/use-propz' -import Analytics, { - CustomAnalytics, - FirebaseAnalytics, - getStaticPropz, -} from '../stats' - -export const getStaticProps = fromPropz(getStaticPropz) - -export default function AnalyticsEmbed(props: Parameters[0]) { - return ( - - - - - - ) -}