* ios tooltip menu with option to delete a post * bottom sheet for android * Feedback review
6 lines
237 B
JavaScript
6 lines
237 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
// Used to leverage the platform specific components
|
|
import OptionsContext from './options_context';
|
|
export default OptionsContext;
|