Skip to content

Commit bd9302a

Browse files
committed
fix(lint): remove unused moment
1 parent e6a3971 commit bd9302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manager/reducers/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import update from 'react-addons-update'
2-
import moment from 'moment'
2+
33
const config = (state = {
44
message: null,
55
modal: null,

0 commit comments

Comments
 (0)