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