Skip to content

Commit

Permalink
[Dialog] Fix content export (#11393)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefensuhat authored and oliviertassinari committed May 15, 2018
1 parent da728bc commit 55d17af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .size-limit
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "The size of all the modules of material-ui.",
"webpack": true,
"path": "packages/material-ui/build/index.js",
"limit": "99.7 KB"
"limit": "99.8 KB"
},
{
"name": "The main bundle of the docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export { default as Collapse } from './Collapse';
export { default as CssBaseline } from './CssBaseline';
export { default as Dialog } from './Dialog';
export { default as DialogActions } from './DialogActions';
export { default as DialogContent } from './CssBaseline';
export { default as DialogContent } from './DialogContent';
export { default as DialogContentText } from './DialogContentText';
export { default as DialogTitle } from './DialogTitle';
export { default as Divider } from './Divider';
Expand Down

0 comments on commit 55d17af

Please sign in to comment.