diff -r 01ad654237d5 -r 3f71ad81a5a9 client/src/components/CreateGroup.js --- a/client/src/components/CreateGroup.js Mon Dec 03 17:53:37 2018 +0100 +++ b/client/src/components/CreateGroup.js Tue Dec 04 18:17:56 2018 +0100 @@ -2,11 +2,9 @@ import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; import { Trans } from 'react-i18next'; -import '../App.css'; import Navbar from './Navbar'; import * as authActions from '../actions/authActions'; import { getOnline, getCreateGroup } from '../selectors/authSelectors'; -import './CreateGroup.css'; class CreateGroup extends Component {