소스 검색

80623 removed unnecessary import

Mao 4 년 전
부모
커밋
27eee1ca86
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/app/src/components/LikeButtons.jsx

+ 0 - 2
packages/app/src/components/LikeButtons.jsx

@@ -6,9 +6,7 @@ import { withTranslation } from 'react-i18next';
 import UserPictureList from './User/UserPictureList';
 import { withUnstatedContainers } from './UnstatedUtils';
 
-import { toastError } from '~/client/util/apiNotification';
 import AppContainer from '~/client/services/AppContainer';
-import { apiv3Put } from '../client/util/apiv3-client';
 
 // TODO : user image not displayed in search page. Fix it.
 // task : https://estoc.weseek.co.jp/redmine/issues/81110