diff --git a/src/components/AppRoot.tsx b/src/components/AppRoot.tsx
index dbee96a..696c46d 100644
--- a/src/components/AppRoot.tsx
+++ b/src/components/AppRoot.tsx
@@ -15,6 +15,7 @@ import { Bounce, ToastContainer } from 'react-toastify';
import { SettingsHome } from '~/features/settings/SettingsHome';
import { FAQ_PAGES } from '~/faq/FAQPages';
import { FaqHome } from '~/faq/FaqHome';
+import { DownloadAll } from '~/components/DownloadAll.tsx';
// Private to this file only.
const store = setupStore();
@@ -71,6 +72,7 @@ export function AppRoot() {
transition={Bounce}
/>
+
diff --git a/src/components/DownloadAll.tsx b/src/components/DownloadAll.tsx
index 814df4f..dad0f0f 100644
--- a/src/components/DownloadAll.tsx
+++ b/src/components/DownloadAll.tsx
@@ -28,8 +28,16 @@ export function DownloadAll() {
};
return (
-