Navigation header now responds to theme changes Improve channel selection transition Implement navigation modal Reword options modal
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import OptionsModalContainer from './options_modal_container';
|
|
|
|
export default OptionsModalContainer;
|