Complete alert component

This commit is contained in:
Hazem Krimi
2021-04-21 21:29:50 +01:00
parent ae185cfcc5
commit 69bb70e52a
3 changed files with 88 additions and 4 deletions
+2
View File
@@ -10,6 +10,7 @@ import Search from './Search';
import Avatar from './Avatar';
import ContextMenu from './ContextMenu';
import Spinner from './Spinner';
import Alert from './Alert';
export {
Button,
@@ -24,4 +25,5 @@ export {
Avatar,
ContextMenu,
Spinner,
Alert,
};