diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-10 15:19:27 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-10 16:21:20 +0100 |
| commit | 62afb57ff3e7b6516b0d3d39c88ed29a1468bd3a (patch) | |
| tree | 9e66f68c83d5a244d04050150ace13017cb7d1dc /src/components/Widget/index.tsx | |
| parent | c9d5f6be49a89fad5a778c0342a27fc3452d863d (diff) | |
chore: add a social media widget on contact and cv pages
Diffstat (limited to 'src/components/Widget/index.tsx')
| -rw-r--r-- | src/components/Widget/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Widget/index.tsx b/src/components/Widget/index.tsx index d5374ea..9df51e3 100644 --- a/src/components/Widget/index.tsx +++ b/src/components/Widget/index.tsx @@ -1,6 +1,7 @@ import RecentPosts from './RecentPosts/RecentPosts'; import Sharing from './Sharing/Sharing'; +import SocialMedia from './SocialMedia/SocialMedia'; import ThematicsList from './ThematicsList/ThematicsList'; import TopicsList from './TopicsList/TopicsList'; -export { RecentPosts, Sharing, ThematicsList, TopicsList }; +export { RecentPosts, Sharing, SocialMedia, ThematicsList, TopicsList }; |
