Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { store } from 'app/store';
import { persistStore } from 'redux-persist';
export const persistor = persistStore(store);