diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-11 12:54:24 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-11 15:33:04 +0100 | 
| commit | 812a8fad8cd703d3e501d03b280b8e5749f4ae57 (patch) | |
| tree | c07f8dfe20721e757f8cd21dd955a42b9c564276 /src/components/Widget/index.tsx | |
| parent | 9b8eced56f5e029bc92ad59b47cb9fd146b5e1d2 (diff) | |
chore(widget): add a related topics widget
Diffstat (limited to 'src/components/Widget/index.tsx')
| -rw-r--r-- | src/components/Widget/index.tsx | 2 | 
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, | 
