import CVPreview from './CVPreview/CVPreview'; import RecentPosts from './RecentPosts/RecentPosts'; import RelatedThematics from './RelatedThematics/RelatedThematics'; import RelatedTopics from './RelatedTopics/RelatedTopics'; import Sharing from './Sharing/Sharing'; import SocialMedia from './SocialMedia/SocialMedia'; import ThematicsList from './ThematicsList/ThematicsList'; import ToC from './ToC/ToC'; import TopicsList from './TopicsList/TopicsList'; export { CVPreview, RecentPosts, RelatedThematics, RelatedTopics, Sharing, SocialMedia, ThematicsList, ToC, TopicsList, }; rmandphilippot.com Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/src/components/Footer/Footer.tsx
blob: 381b4a8bba6a2bfe5a5c1266060ed2a3a3b449ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54