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} /> +