소스 검색

remove Trans

yusuketk 6 년 전
부모
커밋
d5150eba0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/App/SiteUrlSetting.jsx

+ 1 - 1
src/client/js/components/Admin/App/SiteUrlSetting.jsx

@@ -1,6 +1,6 @@
 import React from 'react';
 import PropTypes from 'prop-types';
-import { withTranslation, Trans } from 'react-i18next';
+import { withTranslation } from 'react-i18next';
 
 import { createSubscribedElement } from '../../UnstatedUtils';