Add image preview component

This commit is contained in:
Hazem Krimi
2021-05-28 17:41:21 +01:00
parent 913537aea2
commit 64055efaf9
3 changed files with 154 additions and 0 deletions
+2
View File
@@ -20,6 +20,7 @@ import AuthRoute from './AuthRoute';
import SectionSelector from './SectionSelector';
import Modal from './Modal';
import SidebarItem from './SidebarItem';
import ImagePreview from './ImagePreview';
export {
Button,
@@ -44,4 +45,5 @@ export {
SectionSelector,
Modal,
SidebarItem,
ImagePreview,
};