Skip to content
Snippets Groups Projects
Commit 8758badf authored by chris's avatar chris
Browse files

correct routes

parent 4e08b848
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ const AuthenticatedManage = requireAuthentication( ...@@ -23,7 +23,7 @@ const AuthenticatedManage = requireAuthentication(
export default ( export default (
<Route> <Route>
Route path='/blog' component={Blog}> <Route path='/blog' component={Blog} />
<Route path='/' component={AuthenticatedManage}> <Route path='/' component={AuthenticatedManage}>
<Route path='books' component={BookList} /> <Route path='books' component={BookList} />
......
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