6 lines
No EOL
168 B
JavaScript
6 lines
No EOL
168 B
JavaScript
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import Client from './client.js';
|
|
|
|
export default new Client(); |