Added all/community timeline route

This commit is contained in:
mgabdev 2019-07-08 23:50:57 -04:00
parent 899be5b4f0
commit cf83aa58c3
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ class SwitchingColumnsArea extends React.PureComponent {
<Switch>
<Redirect from='/' to='/home' exact />
<WrappedRoute path='/home' exact page={HomePage} component={HomeTimeline} content={children} />
<WrappedRoute path='/timeline/all' exact page={HomePage} component={CommunityTimeline} content={children} />
<WrappedRoute path='/groups' component={Groups} content={children} />
<WrappedRoute path='/groups/:id' component={GroupTimeline} content={children} />