blob: a90fdcae199ef0461d9dd5d1a12fba7e6abcae80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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';
import TopicsList from './TopicsList/TopicsList';
export {
CVPreview,
RecentPosts,
RelatedTopics,
Sharing,
SocialMedia,
ThematicsList,
TopicsList,
};
|