Skip to content

Commit

Permalink
(feat) O3-3613: Add Ward App to Left Hand Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jul 17, 2024
1 parent 4594375 commit 1eef07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/esm-ward-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const options = {

export const root = getSyncLifecycle(rootComponent, options);

// t('wards', 'Wards')
export const wardDashboardLink = getSyncLifecycle(createDashboardLink({ name: 'ward', title: 'wards' }), options);

export const admissionRequestWorkspace = getAsyncLifecycle(
Expand Down

0 comments on commit 1eef07c

Please sign in to comment.