StackedRouter: new router simulates app behaviour #45
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -46,10 +46,10 @@ const Routing: Component = () => {
 | 
				
			||||||
  return (
 | 
					  return (
 | 
				
			||||||
    <StackedRouter>
 | 
					    <StackedRouter>
 | 
				
			||||||
      <Route path="/" component={TimelineHome} />
 | 
					      <Route path="/" component={TimelineHome} />
 | 
				
			||||||
      <Route path="/settings" component={Settings} />
 | 
					 | 
				
			||||||
      <Route path="/settings/language" component={LanguageSettings} />
 | 
					      <Route path="/settings/language" component={LanguageSettings} />
 | 
				
			||||||
      <Route path="/settings/region" component={RegionSettings} />
 | 
					      <Route path="/settings/region" component={RegionSettings} />
 | 
				
			||||||
      <Route path="/motions" component={MotionSettings} />
 | 
					      <Route path="/settings/motions" component={MotionSettings} />
 | 
				
			||||||
 | 
					      <Route path="/settings" component={Settings} />
 | 
				
			||||||
      <Route path="/:acct/toot/:id" component={TootBottomSheet} />
 | 
					      <Route path="/:acct/toot/:id" component={TootBottomSheet} />
 | 
				
			||||||
      <Route path="/:acct/profile/:id" component={Profile} />
 | 
					      <Route path="/:acct/profile/:id" component={Profile} />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue