Skip to content

Commit

Permalink
export toast
Browse files Browse the repository at this point in the history
  • Loading branch information
nicko-winner committed Oct 16, 2020
1 parent 69e95ce commit de927b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import Select from './Select';
import Switch from './Switch';
import Text from './Text';
import TextArea from './TextArea';
import Toast from './Toast';
import Tooltip from './Tooltip';

export {
Expand All @@ -42,5 +43,6 @@ export {
Switch,
Text,
TextArea,
Tooltip
Toast,
Tooltip,
};

0 comments on commit de927b9

Please sign in to comment.