🔥 Delete Download module from index

This commit is contained in:
ajnart
2022-05-29 15:28:45 +02:00
parent 2d6b9522c5
commit 7d09a0064a

View File

@@ -38,7 +38,6 @@ export default function HomePage(props: any) {
<>
<AppShelf />
<LoadConfigComponent />
<ModuleWrapper mt="xl" module={DownloadsModule} />
</>
);
}