change index route to Dashboard component

This commit is contained in:
Riley Davis
2017-02-22 13:10:50 -07:00
parent 5ef5a01f59
commit 111b956522
+1 -1
View File
@@ -15,7 +15,7 @@ const routes = (
<div>
<Route exact path="/admin/install" component={InstallContainer}/>
<Route path='/admin' component={LayoutContainer}>
<IndexRoute component={ModerationContainer} />
<IndexRoute component={Dashboard} />
<Route path='community' component={CommunityContainer} />
<Route path='configure' component={Configure} />
<Route path='streams' component={Streams} />