From f11a906420975e833f278a08470d8f9783c76f73 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 9 Oct 2023 14:33:29 +0200 Subject: refactor(components): extract FlippingLogo from Branding component --- src/components/molecules/images/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/molecules/images/index.ts') 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'; -- cgit v1.2.3