code refactoring

This commit is contained in:
2023-05-24 13:31:48 +02:00
parent b1c6f7248c
commit acfc5aa064

View File

@@ -186,7 +186,7 @@ function AppContent() {
<Settings /> <Settings />
</Suspense> </Suspense>
} /> } />
<Route path="/downloaded" element={ <Route path="/archive" element={
<Suspense fallback={<CircularProgress />}> <Suspense fallback={<CircularProgress />}>
<Downloaded /> <Downloaded />
</Suspense> </Suspense>