modified profile.js

This commit is contained in:
Leon Liang 2019-10-22 18:26:21 -04:00
parent dede04aa8e
commit e984afff74

View File

@ -0,0 +1,11 @@
import React from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import { mergeClasses } from '@material-ui/styles';
class Profile extends Component {
render();
return
}