diff --git a/apps/scandic-web/components/Webviews/AccountPage/index.tsx b/apps/scandic-web/components/Webviews/AccountPage/index.tsx index 1a0f35bc6..9637491ce 100644 --- a/apps/scandic-web/components/Webviews/AccountPage/index.tsx +++ b/apps/scandic-web/components/Webviews/AccountPage/index.tsx @@ -2,6 +2,7 @@ import { overview } from "@/constants/routes/webviews" import { serverClient } from "@/lib/trpc/server" import MaxWidth from "@/components/MaxWidth" +import Surprises from "@/components/MyPages/Surprises" import TrackingSDK from "@/components/TrackingSDK" import Blocks from "@/components/Webviews/AccountPage/Blocks" import LinkToOverview from "@/components/Webviews/LinkToOverview" @@ -28,6 +29,7 @@ export default async function AccountPage() { + )