Skip to content

Commit

Permalink
Fix webpack warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Oct 5, 2020
1 parent 172bc61 commit 90fad77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ra-ui-materialui/src/layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import TitleForRecord from './TitleForRecord';
import TopToolbar from './TopToolbar';
import UserMenu from './UserMenu';

export type { MenuProps, MenuItemLinkProps };
export type { MenuProps, MenuItemLinkProps, SidebarProps };

export {
AppBar,
Expand All @@ -42,7 +42,6 @@ export {
Notification,
Responsive,
Sidebar,
SidebarProps,
Title,
TitleForRecord,
TitlePropType,
Expand Down

0 comments on commit 90fad77

Please # to comment.