diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-10 16:15:59 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-10 16:21:20 +0100 |
| commit | cd1078e3a6ddb1b1598723beec4905c123ee85a6 (patch) | |
| tree | c8bf2a0ea7625880e7a6839b2ff579d1309de3e5 /src/components/Widget/index.tsx | |
| parent | 843d2ee67487c489095066dca1ad902deb8a4344 (diff) | |
chore: add PDF and image format to CV page
Diffstat (limited to 'src/components/Widget/index.tsx')
| -rw-r--r-- | src/components/Widget/index.tsx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/components/Widget/index.tsx b/src/components/Widget/index.tsx index 9df51e3..9a9aea8 100644 --- a/src/components/Widget/index.tsx +++ b/src/components/Widget/index.tsx @@ -1,7 +1,15 @@ +import CVPreview from './CVPreview/CVPreview'; 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, SocialMedia, ThematicsList, TopicsList }; +export { + CVPreview, + RecentPosts, + Sharing, + SocialMedia, + ThematicsList, + TopicsList, +}; |
