Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mei-rune committed Mar 5, 2019
1 parent afbe2ed commit 060a270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Mock from 'mockjs';
import userAPI from './user';
import tableAPI from './table';
import articleAPI from './article'
import articleAPI from './article';
import remoteSearchAPI from './remoteSearch';
import transactionAPI from './transaction';

Expand Down

0 comments on commit 060a270

Please sign in to comment.