import {
  ReactReduxContext,
} from 'react-redux';

export function getReactReduxContext() {
  return ReactReduxContext;
}
