Skip to content

Commit 6582996

Browse files
committed
Prettified vehicles reducer
1 parent 79a58b2 commit 6582996

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/reducers/vehicles.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { handleActions } from 'redux-actions';
2-
import {
3-
updateStatusFulfilled,
4-
confirmTakeoffFulfilled
5-
} from '../actions';
2+
import { updateStatusFulfilled, confirmTakeoffFulfilled } from '../actions';
63

74
const defaultState = {};
85

0 commit comments

Comments
 (0)