Przeglądaj źródła

refactor: remove unused imports from SearchPage component

Shun Miyazawa 2 miesięcy temu
rodzic
commit
369b4d50d6

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

@@ -10,9 +10,6 @@ import type {
   ISelectableAndIndeterminatable,
   ISelectableAndIndeterminatable,
 } from '~/client/interfaces/selectable-all';
 } from '~/client/interfaces/selectable-all';
 import type { IFormattedSearchResult } from '~/interfaces/search';
 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 { useSearchKeyword, useSetSearchKeyword } from '~/states/search';
 import {
 import {
   isHidingUserPagesAtom,
   isHidingUserPagesAtom,