Skip to content

Commit

Permalink
remove unused do_valid store
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhuda committed May 23, 2018
1 parent 9a1b0f4 commit 34ae084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reducers/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import status from './status';
import member from './member';
import do_valid from './do_valid';
import { StatusBar, Platform } from 'react-native';

const rehydrated = (state = false, action) => {
Expand Down

0 comments on commit 34ae084

Please sign in to comment.