Procházet zdrojové kódy

81405 remove unused code

Yohei-Shiina před 4 roky
rodič
revize
4d6fa2ca8b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      packages/app/src/components/SearchPage.jsx

+ 0 - 1
packages/app/src/components/SearchPage.jsx

@@ -6,7 +6,6 @@ import { withTranslation } from 'react-i18next';
 
 import { withUnstatedContainers } from './UnstatedUtils';
 import AppContainer from '~/client/services/AppContainer';
-import AdminCustomizeContainer from '~/client/services/AdminCustomizeContainer';
 import { toastError } from '~/client/util/apiNotification';
 import SearchPageLayout from './SearchPage/SearchPageLayout';
 import SearchResultContent from './SearchPage/SearchResultContent';