Skip to content

Commit

Permalink
[docs] Fix usage of CssBaseline/Reboot in the CDN example (#10655)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchmidt authored and oliviertassinari committed Mar 14, 2018
1 parent 271244c commit e85c62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cdn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
DialogContentText,
DialogTitle,
MuiThemeProvider,
Reboot,
CssBaseline,
Typography,
withStyles,
} = window['material-ui'];
Expand Down Expand Up @@ -74,7 +74,7 @@
return (
<MuiThemeProvider theme={theme}>
<div className={classes.root}>
<Reboot />
<CssBaseline />
<Dialog open={open} onClose={this.handleClose}>
<DialogTitle>Super Secret Password</DialogTitle>
<DialogContent>
Expand Down

0 comments on commit e85c62d

Please sign in to comment.