diff --git a/src/components/index.tsx b/src/components/index.tsx index fb48077bf..e06453747 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -37,11 +37,13 @@ import {default as ToastComponent, toast} from './Toast'; import Tooltip from './Tooltip'; import TooltipWrapper from './TooltipWrapper'; import Tree from './Tree'; +import Alert2 from './Alert2'; export { NotFound, Alert as AlertComponent, alert, + Alert2, confirm, AsideNav, Button, diff --git a/src/index.tsx b/src/index.tsx index 4851d553c..39ed5889e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -19,6 +19,7 @@ import { NotFound, AlertComponent, alert, + Alert2, confirm, AsideNav, Button, @@ -184,6 +185,7 @@ export { NotFound, AlertComponent, alert, + Alert2, confirm, AsideNav, Button,