mattermost-mobile/app/components/layout/keyboard_layout/index.js
Harrison Healey bc159153d6 MM-12424 Remove unused props from KeyboardLayout and simplify methods (#2203)
* MM-12424 Remove unused props from KeyboardLayout and simplify methods

* Update snapshots
2018-10-02 17:13:04 -04:00

6 lines
193 B
JavaScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import KeyboardLayout from './keyboard_layout';
export default KeyboardLayout;