mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 13:15:05 +00:00
modified profile.js
This commit is contained in:
11
twistter-frontend/src/components/profile/Profile.js
Normal file
11
twistter-frontend/src/components/profile/Profile.js
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user