Refactor login, claim and create_team into views and add actions (#3110)

Этот коммит содержится в:
Joram Wilander
2016-05-26 09:46:18 -04:00
коммит произвёл Harrison Healey
родитель 9c0caaa765
Коммит 6fecfcc7ca
44 изменённых файлов: 163 добавлений и 149 удалений

Просмотреть файл

@@ -7,7 +7,7 @@ import * as Utils from 'utils/utils.jsx';
import ErrorBar from 'components/error_bar.jsx';
import LoadingScreen from 'components/loading_screen.jsx';
import * as AsyncClient from 'utils/async_client.jsx';
import * as GlobalActions from 'action_creators/global_actions.jsx';
import * as GlobalActions from 'actions/global_actions.jsx';
import {Link} from 'react-router';