Complete modal component

This commit is contained in:
Hazem Krimi
2021-05-02 03:57:59 +01:00
parent 6e416bcc9c
commit a8f8077770
3 changed files with 63 additions and 3 deletions
+2
View File
@@ -18,6 +18,7 @@ import Sidebar from './Sidebar';
import ProtectedRoute from './ProtectedRoute';
import AuthRoute from './AuthRoute';
import SectionSelector from './SectionSelector';
import Modal from './Modal';
export {
Button,
@@ -40,4 +41,5 @@ export {
ProtectedRoute,
AuthRoute,
SectionSelector,
Modal,
};