App: fix path for motion settings
This commit is contained in:
		
							parent
							
								
									ab37a280e7
								
							
						
					
					
						commit
						2da7bf134e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -46,10 +46,10 @@ const Routing: Component = () => {
 | 
			
		|||
  return (
 | 
			
		||||
    <StackedRouter>
 | 
			
		||||
      <Route path="/" component={TimelineHome} />
 | 
			
		||||
      <Route path="/settings" component={Settings} />
 | 
			
		||||
      <Route path="/settings/language" component={LanguageSettings} />
 | 
			
		||||
      <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/profile/:id" component={Profile} />
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue