Skip to content

Commit

Permalink
Add mocks for the newly added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 committed Dec 6, 2024
1 parent 6eefaf4 commit 127d5b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framework/esm-styleguide/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export const HomePictogram = () => <div>HomePictogram</div>;
export const LaboratoryPictogram = () => <div>LaboratoryPictogramPictogram</div>;
export const PatientListsPictogram = () => <div>PatientListsPictogram</div>;
export const ServiceQueuesPictogram = () => <div>ServiceQueuesPictogramPictogram</div>;
export const LabOrderIcon = () => <div>LabOrderIcon</div>;
export const GenericOrderTypeIcon = () => <div>GenericOrderTypeIcon</div>;

export { PageHeader, PageHeaderContent } from './src/page-header/page-header.component';

Expand Down

0 comments on commit 127d5b8

Please sign in to comment.