6 lines
220 B
JavaScript
6 lines
220 B
JavaScript
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import RightSidebarMenuContainer from './right_sidebar_menu_container';
|
|
|
|
export default RightSidebarMenuContainer;
|