From b405ddb76f217ccf7828b422ec4c0f0e15b7dee4 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 7 Jan 2022 12:33:35 +0100 Subject: chore: add a widget to list all blog topics --- src/components/Widget/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Widget/index.tsx') diff --git a/src/components/Widget/index.tsx b/src/components/Widget/index.tsx index 025b302..e4e346f 100644 --- a/src/components/Widget/index.tsx +++ b/src/components/Widget/index.tsx @@ -1,4 +1,5 @@ import RecentPosts from './RecentPosts/RecentPosts'; import ThematicsList from './ThematicsList/ThematicsList'; +import TopicsList from './TopicsList/TopicsList'; -export { RecentPosts, ThematicsList }; +export { RecentPosts, ThematicsList, TopicsList }; -- cgit v1.2.3