aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/image-widget/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-11-13 18:46:31 +0100
committerArmand Philippot <git@armandphilippot.com>2023-11-13 18:53:15 +0100
commite331106e56d59a8b987230860b66214139c12ef6 (patch)
tree18b595ddd86089b405e9517cd3efc72e2f17a1ab /src/components/organisms/widgets/image-widget/index.ts
parent56878f647ea0f1066fa3e222d7aa0d83057f496d (diff)
refactor(components): rewrite ImageWidget component
* remove `imageClassName` prop * replace `image` prop with `img` and expect an image instead of an object * remove `alignment prop` * remove useless CSS
Diffstat (limited to 'src/components/organisms/widgets/image-widget/index.ts')
-rw-r--r--src/components/organisms/widgets/image-widget/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/organisms/widgets/image-widget/index.ts b/src/components/organisms/widgets/image-widget/index.ts
new file mode 100644
index 0000000..c271b68
--- /dev/null
+++ b/src/components/organisms/widgets/image-widget/index.ts
@@ -0,0 +1 @@
+export * from './image-widget';