summaryrefslogtreecommitdiffstats
path: root/src/components/Widget/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Widget/index.tsx')
-rw-r--r--src/components/Widget/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Widget/index.tsx b/src/components/Widget/index.tsx
index d6ce18f..025b302 100644
--- a/src/components/Widget/index.tsx
+++ b/src/components/Widget/index.tsx
@@ -1,3 +1,4 @@
import RecentPosts from './RecentPosts/RecentPosts';
+import ThematicsList from './ThematicsList/ThematicsList';
-export { RecentPosts };
+export { RecentPosts, ThematicsList };