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