diff options
| author | Armand Philippot <git@armandphilippot.com> | 2023-11-13 19:03:44 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2023-11-13 19:03:44 +0100 |
| commit | fb29b0f017fae162ffa7ad6bdfc80099346802de (patch) | |
| tree | 3f8aebb73457ee27b86b8b1a3106a5f9bc35e8da /src/components/organisms/widgets/social-media-widget/index.ts | |
| parent | e331106e56d59a8b987230860b66214139c12ef6 (diff) | |
refactor(components): replace SocialMedia with SocialMediaWidget
* the goal is to make the name of the widgets coherent
* remove useless CSS
* replace Media type with SocialMediaData
Diffstat (limited to 'src/components/organisms/widgets/social-media-widget/index.ts')
| -rw-r--r-- | src/components/organisms/widgets/social-media-widget/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/organisms/widgets/social-media-widget/index.ts b/src/components/organisms/widgets/social-media-widget/index.ts new file mode 100644 index 0000000..33a6f3f --- /dev/null +++ b/src/components/organisms/widgets/social-media-widget/index.ts @@ -0,0 +1 @@ +export * from './social-media-widget'; |
