From 63e6efab1f3e30000edd6295645176b71804c86c Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 29 May 2022 15:30:50 +0200 Subject: [PATCH] :sparkles: Add TotalDownloadsModule to module exports --- src/components/modules/downloads/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modules/downloads/index.ts b/src/components/modules/downloads/index.ts index d3b2b4b7c..f2d2c9beb 100644 --- a/src/components/modules/downloads/index.ts +++ b/src/components/modules/downloads/index.ts @@ -1 +1,2 @@ export { DownloadsModule } from './DownloadsModule'; +export { TotalDownloadsModule } from './TotalDownloadsModule';