Browse Source

clean code

Yuki Takei 6 years ago
parent
commit
0f3d95c8a4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/client/js/components/Admin/FullTextSearchManagement.jsx

+ 0 - 2
src/client/js/components/Admin/FullTextSearchManagement.jsx

@@ -5,8 +5,6 @@ import { withTranslation } from 'react-i18next';
 import { createSubscribedElement } from '../UnstatedUtils';
 import AppContainer from '../../services/AppContainer';
 
-import { toastSuccess, toastError } from '../../util/apiNotification';
-
 import RebuildIndex from './FullTextSearchManagement/RebuildIndex';