* MM-12424 Remove unused props from KeyboardLayout and simplify methods * Update snapshots
6 lines
193 B
JavaScript
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;
|