git.fiddlerwoaroof.com
src/index.js
84348047
 import addMissingHistoryEvents from "./history-events";
 import addChangeUrlEvent from "./change-url-event";
77ace510
 import installBrowserRouter from "./redux-api";
84348047
 import Fragment from "./fragment";
 import ActionLink from "./action-link";
77ace510
 import {createActionDispatcher} from "./action-router";
30db14b1
 
 addMissingHistoryEvents(window, window.history);
 addChangeUrlEvent(window);
 
77ace510
 export {
   installBrowserRouter,
   Fragment,
   ActionLink,
   createActionDispatcher
478c0afb
 };