mattermost-mobile/app/scenes/channel_info/index.js
Chris Duarte e0eb79656e Add channel-info (#164)
Adding channel info screen.
2017-01-20 15:17:28 -05:00

6 lines
204 B
JavaScript

// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import ChannelInfoContainer from './channel_info_container';
export default ChannelInfoContainer;