This commit is contained in:
syuilo 2017-11-13 04:19:36 +09:00
parent 8630828c00
commit 78b9bef0a4
4 changed files with 3 additions and 21 deletions

View file

@ -1,5 +1,5 @@
import Connection from './server-stream';
import uuid from './uuid';
import * as uuid from 'uuid';
export default class ServerStreamManager {
private connection = null;