refactor(SW-556): added a few missing pieces like translations and properties.

removed unneeded changes
This commit is contained in:
Christian Andolf
2024-10-22 12:29:32 +02:00
parent e6db1b17c6
commit b6cb3855c2
11 changed files with 37 additions and 40 deletions

View File

@@ -30,6 +30,7 @@ export default async function AccountPage() {
{linkToOverview ? <LinkToOverview /> : null}
<Blocks content={accountPage.content} />
</MaxWidth>
<TrackingSDK pageData={tracking} />
</>
)