App: fix path for motion settings

This commit is contained in:
thislight 2024-11-16 22:27:35 +08:00
parent ab37a280e7
commit 2da7bf134e
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -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} />