aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/welcome-beta/welcome-beta.container.js
diff options
context:
space:
mode:
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.js4
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 000000000..c5123ad47
--- /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)