import React from 'react'; import { Trans, withTranslation } from 'react-i18next'; import Controls from './Controls'; const Greeting = () => (

install_welcome_title

install_welcome_desc

); export default withTranslation()(Greeting);