add support for Updates

This commit is contained in:
Aria Moradi
2021-09-28 00:41:12 +03:30
parent cd86e160ca
commit 08980982e2
4 changed files with 242 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ import SourceMangas from 'screens/manga/SourceMangas';
import SourceAnimes from 'screens/anime/SourceAnimes';
import Reader from 'screens/manga/Reader';
import Player from 'screens/anime/Player';
import Updates from 'screens/manga/Updates';
import AnimeExtensions from 'screens/anime/AnimeExtensions';
import DownloadQueue from 'screens/manga/DownloadQueue';
@@ -152,6 +153,9 @@ export default function App() {
<Route path="/library">
<Library />
</Route>
<Route path="/updates">
<Updates />
</Route>
{/* Anime Routes */}