Skip to content

Commit

Permalink
Razzle updated to version 0.8.x
Browse files Browse the repository at this point in the history
Dependencies updated
Code cleaned
  • Loading branch information
kireerik committed Jan 5, 2018
1 parent 6d32b49 commit 25faf4b
Show file tree
Hide file tree
Showing 3 changed files with 1,046 additions and 255 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
}
, "devDependencies": {
"cross-env": "5.x"
, "razzle": "0.7.6-rc2"
, "razzle": "0.8.x"
}
}
4 changes: 2 additions & 2 deletions src/application/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const Div = styled.div`
`

export default class Main extends Component {
constructor(properties, context) {
super(properties, context)
constructor(properties) {
super(properties)

this.muiTheme = getMuiTheme({
palette: {
Expand Down
Loading

0 comments on commit 25faf4b

Please sign in to comment.