Add new component

This commit is contained in:
Hazem Krimi
2021-06-03 23:45:24 +01:00
parent f300d4dbbd
commit f227b6cba2
+4
View File
@@ -22,6 +22,8 @@ import Modal from './Modal';
import SidebarItem from './SidebarItem';
import ImagePreview from './ImagePreview';
import FeatureCard from './FeatureCard';
import FrontendFeatureCard from './FrontendFeatureCard';
import BackendFeatureCard from './BackendFeatureCard';
export {
Button,
@@ -48,4 +50,6 @@ export {
SidebarItem,
ImagePreview,
FeatureCard,
FrontendFeatureCard,
BackendFeatureCard,
};