mattermost-mobile/app/components/layout/keyboard_layout/index.js
Harrison Healey f5d1c3c434
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:12:21 -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;