Move updates files into new folder

This commit is contained in:
schroda
2024-10-05 22:37:46 +02:00
parent 92659184b2
commit ec061e9854
2 changed files with 1 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ const { DefaultReaderSettings } = loadable(
);
const { SourceConfigure } = loadable(() => import('@/modules/source/screens/SourceConfigure.tsx'), lazyLoadFallback);
const { SourceMangas } = loadable(() => import('@/modules/source/screens/SourceMangas.tsx'), lazyLoadFallback);
const { Updates } = loadable(() => import('@/screens/Updates'), lazyLoadFallback);
const { Updates } = loadable(() => import('@/modules/updates/screens/Updates.tsx'), lazyLoadFallback);
const { LibrarySettings } = loadable(() => import('@/modules/library/screens/LibrarySettings.tsx'), lazyLoadFallback);
const { DownloadSettings } = loadable(
() => import('@/modules/downloads/screens/DownloadSettings.tsx'),