// import createHistory from 'history/createBrowserHistory';
const createHistory = require('history').createBrowserHistory;
const history = createHistory();
export default history;