use latest material ui

This commit is contained in:
rjwats@gmail.com
2018-05-18 23:29:14 +01:00
parent 66fd863502
commit be7765b584
17 changed files with 381 additions and 301 deletions

View File

@@ -1,9 +1,9 @@
import React from 'react';
import PropTypes from 'prop-types';
import Paper from 'material-ui/Paper';
import { withStyles } from 'material-ui/styles';
import Typography from 'material-ui/Typography';
import Paper from '@material-ui/core/Paper';
import { withStyles } from '@material-ui/core/styles';
import Typography from '@material-ui/core/Typography';
const styles = theme => ({
content: {