import {
  Store,
} from 'redux';

export const strings = {};

export function configureStore(store: Store) {
  return store;
}
