From cacb0e6fd901041403d1717b3ef55282bbe2c549 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 30 May 2021 02:33:22 +0100 Subject: [PATCH] Update components --- src/components/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/index.tsx b/src/components/index.tsx index 4ff402b..d73528a 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -21,6 +21,7 @@ import SectionSelector from './SectionSelector'; import Modal from './Modal'; import SidebarItem from './SidebarItem'; import ImagePreview from './ImagePreview'; +import FeatureCard from './FeatureCard'; export { Button, @@ -46,4 +47,5 @@ export { Modal, SidebarItem, ImagePreview, + FeatureCard, };