Added all/community timeline route
This commit is contained in:
parent
899be5b4f0
commit
cf83aa58c3
@ -172,6 +172,7 @@ class SwitchingColumnsArea extends React.PureComponent {
|
|||||||
<Switch>
|
<Switch>
|
||||||
<Redirect from='/' to='/home' exact />
|
<Redirect from='/' to='/home' exact />
|
||||||
<WrappedRoute path='/home' exact page={HomePage} component={HomeTimeline} content={children} />
|
<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' component={Groups} content={children} />
|
||||||
<WrappedRoute path='/groups/:id' component={GroupTimeline} content={children} />
|
<WrappedRoute path='/groups/:id' component={GroupTimeline} content={children} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user