Finally finished the massive refactor... transitions still broke but it's fine for now.

This commit is contained in:
2018-10-28 11:23:51 +11:00
parent 8cf714500c
commit d5d0c7edd2
36 changed files with 397 additions and 531 deletions

View File

@ -72,6 +72,7 @@ class App extends React.Component {
//For testing you can switch the router type
let RouterType = BrowserRouter;
console.log(process.env.NODE_ENV);
if(true) RouterType = HashRouter;
return (