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 ( - - - - - - ) -}