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