summaryrefslogtreecommitdiffstats
path: root/src/components/Widget/index.tsx
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-07 12:01:08 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-07 12:31:56 +0100
commitb4e12398fbeb642c12649dcccdf4d5cdefa471e3 (patch)
tree0744b64eed4214813e70ed26ad4a18058a4a46af /src/components/Widget/index.tsx
parent722ec20bad64d8c69b173c163011d37ad0b55591 (diff)
chore: add a widget to list all blog thematics
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 };