Skip to content

Commit

Permalink
(feat) Add home page header translation comment string
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Dec 3, 2024
1 parent bd3262b commit 43768e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/esm-home-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const homeWidgetDbLink = getSyncLifecycle(createDashboardLink(dashboardMe

export const homeWidgetDashboard = getSyncLifecycle(homeWidgetDashboardComponent, options);

// t('home', 'Home')
export const homePageHeader = getAsyncLifecycle(() => import('./page-header/page-header.component'), options);

export const metrics = getAsyncLifecycle(() => import('./metrics/metrics.component'), options);
Expand Down

0 comments on commit 43768e0

Please sign in to comment.