mattermost-mobile/app/constants/users.js
enahum e2f3f7b803 project folder structure (#107)
* project folder structure

* Moving store to be called from app folder
2016-12-09 10:34:17 -05:00

11 lines
267 B
JavaScript

// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import keymirror from 'keymirror';
const UsersViewTypes = keymirror({
LOGIN_ID_CHANGED: null,
PASSWORD_CHANGED: null
});
export default UsersViewTypes;