Remove needless annotation

This commit is contained in:
syuilo 2017-11-14 00:55:11 +09:00
parent ab2293aa4c
commit 008668e1a0
6 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,3 @@
'use strict';
import Stream from './stream';
/**

View File

@ -1,5 +1,3 @@
'use strict';
import Stream from './stream';
import signout from './signout';

View File

@ -1,5 +1,3 @@
'use strict';
import Stream from './stream';
/**

View File

@ -1,5 +1,3 @@
'use strict';
import Stream from './stream';
/**

View File

@ -1,5 +1,3 @@
'use strict';
import Stream from './stream';
/**

View File

@ -1,5 +1,3 @@
'use strict';
import * as ReconnectingWebsocket from 'reconnecting-websocket';
import * as riot from 'riot';
import CONFIG from './config';