Move user actions over to use redux and v4 (#6649)

Этот коммит содержится в:
Joram Wilander
2017-06-15 10:34:20 -04:00
коммит произвёл Harrison Healey
родитель 0c04c5334f
Коммит c0a0065472
11 изменённых файлов: 174 добавлений и 221 удалений

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

@@ -1,9 +1,8 @@
import PropTypes from 'prop-types';
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import React from 'react';
import PropTypes from 'prop-types';
import PreferenceStore from 'stores/preference_store.jsx';
import * as Utils from 'utils/utils.jsx';