We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a58b2 commit 6582996Copy full SHA for 6582996
src/reducers/vehicles.js
@@ -1,8 +1,5 @@
1
import { handleActions } from 'redux-actions';
2
-import {
3
- updateStatusFulfilled,
4
- confirmTakeoffFulfilled
5
-} from '../actions';
+import { updateStatusFulfilled, confirmTakeoffFulfilled } from '../actions';
6
7
const defaultState = {};
8
0 commit comments