Skip to content

Commit

Permalink
(chore) Fix exports for the ResponsiveWrapper component (openmrs#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Feb 21, 2024
1 parent ed0b94f commit 84914b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/framework/esm-styleguide/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export * from './modals';
export * from './left-nav';
export * from './error-state';
export * from './datepicker';
export * from './responsive-wrapper';

defineConfigSchema('@openmrs/esm-styleguide', esmStyleGuideSchema);
setupBranding();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Layer } from '@carbon/react';
import { useLayoutType } from '@openmrs/esm-framework';
import { useLayoutType } from '@openmrs/esm-react-utils';

export interface ResponsiveWrapperProps {
children: React.ReactNode;
Expand Down

0 comments on commit 84914b3

Please sign in to comment.