Skip to content

Commit

Permalink
Prettified vehicles reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Feb 18, 2018
1 parent 79a58b2 commit 6582996
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/reducers/vehicles.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { handleActions } from 'redux-actions';
import {
updateStatusFulfilled,
confirmTakeoffFulfilled
} from '../actions';
import { updateStatusFulfilled, confirmTakeoffFulfilled } from '../actions';

const defaultState = {};

Expand Down

0 comments on commit 6582996

Please sign in to comment.