import React, { Component } from 'react' import { Trans } from 'react-i18next' let T = ({ children, k }) => {children} export { React, Component, T }