* Platform dependent search bar and ui fixes * Set events in default props * Update NOTICE.txt * Channel info favorite (#210) * Enable toggling of favorite channel from channel_info * Change this binding * Handle favorite toggle with state * feedback review * removed unnecessary view
6 lines
222 B
JavaScript
6 lines
222 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
// Used to leverage the platform specific components
|
|
import SearchBar from './search_bar';
|
|
export default SearchBar;
|