Skip to content

Commit

Permalink
Merge pull request #3076 from tinybug/patch-1
Browse files Browse the repository at this point in the history
fix error  "getMuiTheme" is not defined
  • Loading branch information
oliviertassinari committed Jan 28, 2016
2 parents 4b0124c + 2ada5b1 commit 9ffd4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/webpack-example/src/app/components/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import ThemeManager from 'material-ui/lib/styles/theme-manager';
import LightRawTheme from 'material-ui/lib/styles/raw-themes/light-raw-theme';
import Colors from 'material-ui/lib/styles/colors';
import FlatButton from 'material-ui/lib/flat-button';
import getMuiTheme from 'material-ui/lib/styles/getMuiTheme';

const containerStyle = {
textAlign: 'center',
Expand Down

0 comments on commit 9ffd4ba

Please sign in to comment.