Skip to content

Commit

Permalink
Apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
WiXSL committed Nov 29, 2021
1 parent 9832983 commit 384a6ff
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/ra-ui-materialui/src/layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ import Title, { TitleProps, TitlePropType } from './Title';
import TitleForRecord from './TitleForRecord';
import TopToolbar from './TopToolbar';
import UserMenu, { UserMenuProps } from './UserMenu';
import {
SidebarToggleButton,
SidebarToggleButtonProps,
} from './SidebarToggleButton';
import { useToggleSidebar, UseToggleSidebarResult } from './useToggleSidebar';
export * from './SidebarToggleButton';
export * from './useToggleSidebar';
export * from './createMuiTheme';

export {
Expand All @@ -48,13 +45,11 @@ export {
Notification,
Responsive,
Sidebar,
SidebarToggleButton,
Title,
TitleForRecord,
TitlePropType,
TopToolbar,
UserMenu,
useToggleSidebar,
};

export type {
Expand All @@ -71,8 +66,6 @@ export type {
NotificationProps,
ResponsiveProps,
SidebarProps,
SidebarToggleButtonProps,
TitleProps,
UserMenuProps,
UseToggleSidebarResult,
};

0 comments on commit 384a6ff

Please sign in to comment.