diff --git a/CHANGELOG.md b/CHANGELOG.md index fea6c0144..a715e2b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- **Toast** Export toast HOC to allow VTEX IO usage + ## [7.6.2] - 2018-11-14 ## [7.6.1] - 2018-11-14 diff --git a/react/withToast.js b/react/withToast.js new file mode 100644 index 000000000..876f5e890 --- /dev/null +++ b/react/withToast.js @@ -0,0 +1,3 @@ +import { withToast } from './components/Toast/index' + +export default withToast