Skip to content

Commit de927b9

Browse files
committed
export toast
1 parent 69e95ce commit de927b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import Select from './Select';
1919
import Switch from './Switch';
2020
import Text from './Text';
2121
import TextArea from './TextArea';
22+
import Toast from './Toast';
2223
import Tooltip from './Tooltip';
2324

2425
export {
@@ -42,5 +43,6 @@ export {
4243
Switch,
4344
Text,
4445
TextArea,
45-
Tooltip
46+
Toast,
47+
Tooltip,
4648
};

0 commit comments

Comments
 (0)