import _ from 'lodash'; import { createMemoryHistory } from 'history'; import React from 'react'; import { Route, Router } from 'react-router'; export function routerWrap(Component, extraProps={}, route="/", currentLoc="/") { return ( }> ); }