style: auto format whole project
This commit is contained in:
@@ -3,9 +3,4 @@ import newFollowerOfMe from './new-follower-of-me';
|
||||
import searchTweets from './search-tweets';
|
||||
import userTweets from './user-tweets';
|
||||
|
||||
export default [
|
||||
myTweets,
|
||||
newFollowerOfMe,
|
||||
searchTweets,
|
||||
userTweets,
|
||||
];
|
||||
export default [myTweets, newFollowerOfMe, searchTweets, userTweets];
|
||||
|
Reference in New Issue
Block a user