Commit 675c5139 authored by Christopher Cottier's avatar Christopher Cottier

restored default routing

parent bdd4b07f
...@@ -19,7 +19,7 @@ const Root = ({ store }) => ( ...@@ -19,7 +19,7 @@ const Root = ({ store }) => (
return ( return (
// this.state.isUserAuthenticated ? // This can be changed for however our frontend user auth will operate // this.state.isUserAuthenticated ? // This can be changed for however our frontend user auth will operate
// <Redirect to="/product-market" /> : // <Redirect to="/product-market" /> :
<Redirect to="/orders" /> <Redirect to="/product-market" />
) )
}} }}
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment