diff --git a/twistter-frontend/src/components/profile/Profile.js b/twistter-frontend/src/components/profile/Profile.js new file mode 100644 index 0000000..f87513f --- /dev/null +++ b/twistter-frontend/src/components/profile/Profile.js @@ -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 +} \ No newline at end of file