aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/images/index.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-10-09 14:33:29 +0200
committerArmand Philippot <git@armandphilippot.com>2023-11-11 18:14:41 +0100
commitf11a906420975e833f278a08470d8f9783c76f73 (patch)
treecd98eb0c73e07d08fbbe3006a2f7d5a34b0464b3 /src/components/molecules/images/index.ts
parentd75b9a1e150ab211c1052fb49bede9bd16320aca (diff)
refactor(components): extract FlippingLogo from Branding component
Diffstat (limited to 'src/components/molecules/images/index.ts')
-rw-r--r--src/components/molecules/images/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/molecules/images/index.ts b/src/components/molecules/images/index.ts
index a00c6c2..33ec886 100644
--- a/src/components/molecules/images/index.ts
+++ b/src/components/molecules/images/index.ts
@@ -1 +1,2 @@
+export * from './flipping-logo';
export * from './responsive-image';