code refactoring
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user