From 37cce6c82821f7a761f07ac3ed538efe11a1ff8e Mon Sep 17 00:00:00 2001 From: Leon Liang Date: Thu, 24 Oct 2019 17:48:39 -0400 Subject: [PATCH] deleted profile.js --- twistter-frontend/src/components/profile/Profile.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 twistter-frontend/src/components/profile/Profile.js 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