Skip to content

Commit

Permalink
Merge pull request #6911 from marmelab/fix-components-export
Browse files Browse the repository at this point in the history
Fix export missing components
  • Loading branch information
djhi committed Nov 29, 2021
2 parents b10853b + 384a6ff commit 5395b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/src/layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import Title, { TitleProps, TitlePropType } from './Title';
import TitleForRecord from './TitleForRecord';
import TopToolbar from './TopToolbar';
import UserMenu, { UserMenuProps } from './UserMenu';
export * from './SidebarToggleButton';
export * from './useToggleSidebar';
export * from './createMuiTheme';

export {
Expand Down

0 comments on commit 5395b13

Please sign in to comment.