Skip to content

Commit

Permalink
Fix the build of with-material-ui-next (vercel#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay authored and timneutkens committed Jul 13, 2017
1 parent c9b4add commit b253479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider'
import createPalette from 'material-ui/styles/palette'
import createMuiTheme from 'material-ui/styles/theme'
import { purple, green } from 'material-ui/styles/colors'
import { purple, green } from 'material-ui/colors'

const createDefaultContext = () =>
MuiThemeProvider.createDefaultContext({
Expand Down

0 comments on commit b253479

Please sign in to comment.