aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/welcome-beta/welcome-beta.container.js
blob: c5123ad474acb7c402682c07abea3b35d3c128b2 (plain) (blame)
1
2
3
4
import WelcomeBeta from './welcome-beta.component'
import withModalProps from '../../../higher-order-components/with-modal-props'

export default withModalProps(WelcomeBeta)