소스 검색

refactor: remove unused imports from SearchPage component

Shun Miyazawa 4 달 전
부모
커밋
369b4d50d6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      apps/app/src/features/search/client/components/SearchPage/SearchPage.tsx

+ 0 - 3
apps/app/src/features/search/client/components/SearchPage/SearchPage.tsx

@@ -10,9 +10,6 @@ import type {
   ISelectableAndIndeterminatable,
 } from '~/client/interfaces/selectable-all';
 import type { IFormattedSearchResult } from '~/interfaces/search';
-import type { RendererConfig } from '~/interfaces/services/renderer';
-import type { ServerConfigurationProps } from '~/pages/_search/types';
-import { useHydrateServerConfigurationAtoms } from '~/pages/_search/use-hydrate-server-configurations';
 import { useSearchKeyword, useSetSearchKeyword } from '~/states/search';
 import {
   isHidingUserPagesAtom,