Fix settings.

This commit is contained in:
Paul
2021-08-05 20:19:02 +01:00
parent 7b45205e01
commit 1e7600e867
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ export default function Settings() {
<Route path="/settings/feedback">
<Feedback />
</Route>
<Route path="/" exact>
<Route path="/">
<Account />
</Route>
</Switch>