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'; import Stream from './stream';
/** /**

View file

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

View file

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

View file

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

View file

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

View file

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