fix insights page (#13390)

This commit is contained in:
DmytroHryshyn
2024-01-24 14:22:09 -07:00
committed by GitHub
parent fa9c6ea0ef
commit ebe6a60366
+2 -1
View File
@@ -1,10 +1,11 @@
import LegacyPage, { getServerSideProps } from "@pages/insights/index";
import LegacyPage from "@pages/insights/index";
import { withAppDirSsr } from "app/WithAppDirSsr";
import { _generateMetadata } from "app/_utils";
import { WithLayout } from "app/layoutHOC";
import { getLayout } from "@calcom/features/MainLayoutAppDir";
import { getServerSideProps } from "@lib/insights/getServerSideProps";
import { type inferSSRProps } from "@lib/types/inferSSRProps";
export const generateMetadata = async () =>