import React from 'react'; import Page from '../Page/Page'; import { translate } from 'react-i18next'; const License = props => (
); export default translate([], { wait: true })(License);