summaryrefslogtreecommitdiffstats
path: root/webapp/client/test_web_client.jsx
blob: ac8055f9e8a09cd7ba88f8fc9a7fd883a7e9a803 (plain)
1
2
3
4
5
6
7
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

import Client from './client.jsx';

var WebClient = new Client();
export default WebClient;