forked from Ivasoft/mattermost-mobile
9 lines
194 B
JavaScript
9 lines
194 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export default {
|
|
initialLoad: 0,
|
|
channelSwitch: 0,
|
|
teamSwitch: 0,
|
|
};
|