From d75b9a1e150ab211c1052fb49bede9bd16320aca Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 7 Oct 2023 18:44:14 +0200 Subject: feat(components): add a generic Flip component The flipping animation is used at several places so it makes sense to use a single component to handle the animation. It will avoid styles duplication. --- src/components/atoms/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/atoms/index.ts') diff --git a/src/components/atoms/index.ts b/src/components/atoms/index.ts index 399fdde..e9c41ed 100644 --- a/src/components/atoms/index.ts +++ b/src/components/atoms/index.ts @@ -1,4 +1,5 @@ export * from './buttons'; +export * from './flip'; export * from './forms'; export * from './heading'; export * from './images'; -- cgit v1.2.3