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

This commit is contained in:
Joram Wilander
2016-05-26 09:46:18 -04:00
committed by Harrison Healey
parent 9c0caaa765
commit 6fecfcc7ca
44 changed files with 163 additions and 149 deletions

View File

@@ -3,7 +3,7 @@
import $ from 'jquery';
import Client from './web_client.jsx';
import * as GlobalActions from 'action_creators/global_actions.jsx';
import * as GlobalActions from 'actions/global_actions.jsx';
import AppDispatcher from '../dispatcher/app_dispatcher.jsx';
import BrowserStore from 'stores/browser_store.jsx';
import ChannelStore from 'stores/channel_store.jsx';