fix(LOY-141): add suprises to webview
This commit is contained in:
@@ -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() {
|
||||
<Blocks content={accountPage.content} />
|
||||
</MaxWidth>
|
||||
|
||||
<Surprises />
|
||||
<TrackingSDK pageData={tracking} />
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user