equal
deleted
inserted
replaced
1 import React, { Component } from 'react'; |
1 import React, { Component } from 'react'; |
2 import { connect } from 'react-redux'; |
2 import { connect } from 'react-redux'; |
3 import { bindActionCreators } from 'redux'; |
3 import { bindActionCreators } from 'redux'; |
4 import { Trans } from 'react-i18next'; |
4 import { Trans } from 'react-i18next'; |
5 import '../App.css'; |
|
6 import Navbar from './Navbar'; |
5 import Navbar from './Navbar'; |
7 import * as authActions from '../actions/authActions'; |
6 import * as authActions from '../actions/authActions'; |
8 import { getOnline, getCreateGroup } from '../selectors/authSelectors'; |
7 import { getOnline, getCreateGroup } from '../selectors/authSelectors'; |
9 import './CreateGroup.css'; |
|
10 |
8 |
11 class CreateGroup extends Component { |
9 class CreateGroup extends Component { |
12 |
10 |
13 state = { |
11 state = { |
14 name: '', |
12 name: '', |