Added route for Gab Deck in ui.js
• Added: - route for Gab Deck in ui.js
This commit is contained in:
parent
ba8e8942dc
commit
f0caf4e7ab
|
@ -62,6 +62,7 @@ import {
|
|||
ChatConversationMutedAccounts,
|
||||
CommunityTimeline,
|
||||
Compose,
|
||||
Deck,
|
||||
DMCA,
|
||||
ExploreTimeline,
|
||||
// Filters,
|
||||
|
@ -187,6 +188,8 @@ class SwitchingArea extends React.PureComponent {
|
|||
|
||||
<WrappedRoute path='/home' exact page={HomePage} component={HomeTimeline} content={children} />
|
||||
|
||||
<WrappedRoute path='/deck' exact page={DeckPage} component={Deck} content={children} />
|
||||
|
||||
<WrappedRoute path='/about' publicRoute exact page={AboutPage} component={About} content={children} componentParams={{ title: 'About' }} />
|
||||
<WrappedRoute path='/about/assets' publicRoute exact page={AboutPage} component={Assets} content={children} componentParams={{ title: 'Assets' }} />
|
||||
<WrappedRoute path='/about/dmca' publicRoute exact page={AboutPage} component={DMCA} content={children} componentParams={{ title: 'DMCA' }} />
|
||||
|
|
Loading…
Reference in New Issue