Added notifications/follow_requests route

• Added:
- notifications/follow_requests route
This commit is contained in:
mgabdev 2020-06-07 13:37:30 -04:00
parent 66fc8269cc
commit 967bfaab7e

View File

@ -173,6 +173,7 @@ class SwitchingArea extends PureComponent {
<WrappedRoute path='/lists/:id' page={ListPage} component={ListTimeline} content={children} />
<WrappedRoute path='/notifications' exact page={NotificationsPage} component={Notifications} content={children} />
<WrappedRoute path='/notifications/follow_requests' exact page={NotificationsPage} component={FollowRequests} content={children} />
<WrappedRoute path='/search' exact publicRoute page={SearchPage} component={Search} content={children} />
<WrappedRoute path='/search/people' exact publicRoute page={SearchPage} component={Search} content={children} />