Skip to content

Commit

Permalink
删除无用的模块引入
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Oct 11, 2018
1 parent c6e5429 commit df4f37a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/modules/Bilibili/Index/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { child_process_stdout, child_process_stderr, child_process_exit, child_p
import { time } from '../../../utils';
import option from '../../../components/option/option';
const child_process: Object = global.require('child_process');
const http: Object = global.require('http');

/* 初始化数据 */
const getIndex: Function = ($$state: Immutable.Map): ?Immutable.Map => $$state.has('bilibili')
Expand Down

0 comments on commit df4f37a

Please sign in to comment.