Commit a92ab6ea authored by Christopher Cottier's avatar Christopher Cottier

restored default routing

parent 8378e199
......@@ -17,7 +17,7 @@ const Root = ({ store }) => (
return (
// this.state.isUserAuthenticated ? // This can be changed for however our frontend user auth will operate
// <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