6 lines
211 B
JavaScript
6 lines
211 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import ChannelListContainer from './channel_drawer_list_container';
|
|
|
|
export default ChannelListContainer;
|