diff options
Diffstat (limited to 'ui/app/components/modals/welcome-beta/welcome-beta.container.js')
-rw-r--r-- | ui/app/components/modals/welcome-beta/welcome-beta.container.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/components/modals/welcome-beta/welcome-beta.container.js b/ui/app/components/modals/welcome-beta/welcome-beta.container.js new file mode 100644 index 00000000..c5123ad4 --- /dev/null +++ b/ui/app/components/modals/welcome-beta/welcome-beta.container.js @@ -0,0 +1,4 @@ +import WelcomeBeta from './welcome-beta.component' +import withModalProps from '../../../higher-order-components/with-modal-props' + +export default withModalProps(WelcomeBeta) |