From 20a8666f95779ca96742bc9781bc63c5b50e47a2 Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Wed, 11 Dec 2024 13:47:48 +0100
Subject: [PATCH] Simplify setting route names
---
src/App.tsx | 10 +++++-----
src/modules/backup/screens/Backup.tsx | 2 +-
src/modules/extension/screens/Extensions.tsx | 2 +-
src/modules/manga/components/TrackMangaButton.tsx | 2 +-
src/modules/settings/screens/Settings.tsx | 10 +++++-----
src/modules/tracker/components/TrackManga.tsx | 2 +-
src/modules/tracker/screens/TrackerOAuthLogin.tsx | 2 +-
7 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index 69798241..9712533a 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -119,18 +119,18 @@ const MainApp = () => {
} />
} />
} />
- } />
-
+ } />
+
} />
} />
- } />
+ } />
} />
} />
} />
- } />
+ } />
} />
- } />
+ } />
} />
diff --git a/src/modules/backup/screens/Backup.tsx b/src/modules/backup/screens/Backup.tsx
index 714a5ba6..3ff8dfbf 100644
--- a/src/modules/backup/screens/Backup.tsx
+++ b/src/modules/backup/screens/Backup.tsx
@@ -368,7 +368,7 @@ export function Backup() {