diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/components/Settings.js --- a/client/src/components/Settings.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/Settings.js Tue Dec 04 18:17:56 2018 +0100 @@ -1,10 +1,8 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import '../App.css'; import Navbar from './Navbar'; import * as userActions from '../actions/userActions'; -import './Settings.css'; import { getCurrentUser } from '../selectors/authSelectors'; class Settings extends Component {