mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
modified profile.js
This commit is contained in:
parent
dede04aa8e
commit
e984afff74
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
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user