deleted profile.js

This commit is contained in:
Leon Liang 2019-10-24 17:48:39 -04:00
parent b16c3eb50f
commit 37cce6c828

View File

@ -1,11 +0,0 @@
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
}