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.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Widget/index.tsx b/src/components/Widget/index.tsx
index 9a9aea8..a90fdca 100644
--- a/src/components/Widget/index.tsx
+++ b/src/components/Widget/index.tsx
@@ -1,5 +1,6 @@
import CVPreview from './CVPreview/CVPreview';
import RecentPosts from './RecentPosts/RecentPosts';
+import RelatedTopics from './RelatedTopics/RelatedTopics';
import Sharing from './Sharing/Sharing';
import SocialMedia from './SocialMedia/SocialMedia';
import ThematicsList from './ThematicsList/ThematicsList';
@@ -8,6 +9,7 @@ import TopicsList from './TopicsList/TopicsList';
export {
CVPreview,
RecentPosts,
+ RelatedTopics,
Sharing,
SocialMedia,
ThematicsList,