blob: d05207608e6cda557cc59713986375e04d018668 (
plain)
1
2
3
4
5
6
7
|
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import WebSocketClient from './websocket_client.jsx';
var WebClient = new WebSocketClient();
export default WebClient;
|