瀏覽代碼

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,